- Merge your branch into master
- Run
npm version [version]
which will do the following:
- write new version to package.json
- create a new commit with a commit message matching the version number
- create a new tag matching the version number
- Push the new commit and tags to master with
git push origin master --tags
- Create a release on Github. Include a change log in the description
- Deploy via Shipit