- Get branch approved and merged
- Pull the updated master branch locally
- Run
npm version
- bump the version appropriately (this will commit and tag master). ex:npm version 1.0.8
- Push commit to github w/ tags
git push origin --tags
- Run
yarn build
- Run
npm publish
(your npm account will need to have publish access) - After publishing, there will be a release in github with this tagname. Edit the release notes with any changes and attach the
.tgz
file that was created byyarn build
.