nrich-frontend
uses Changesets to do versioning. This makes releasing really easy and changelogs are automatically generated.
- Run
yarn install
to make sure everything is up-to-date. - Run
yarn version-packages
. - Run
NPM_CONFIG_OTP=<code> yarn release
.<code>
should be replaced with your NPM OTP code.