@vtex/bifrost-ui
v0.27.1
Published
React components used by Bifrost sites
Downloads
99
Maintainers
Keywords
Readme
bifrost-ui
React components used by Bifrost projects (Portal sites migrated to FastStore).
Release process
For now, the release is a manual process. Therefore, after merging the PR to the main branch and verifying that the build has passed, you should manually publish the new version.
How to publish a new version
- Run
git pull
on your local main branch to update it after merging the PR - Run
yarn publish
and answer the questions - for example, if the new version will be a patch/minor/major. :warning: You'll need access to the NPM account, so if you don't have it ask for it on the https://ithelp.vtex.com/. - Run
git push
to send the publish commit and tag to the remote repo.