- Increase the version at
package.json
following semver - Log the changes in CHANGELOG.md
- Commit the change
- Tag with
git tag -a <version>
- Push the changes with
git push origin master
andgit push origin --tags
- Run
npm publish
package.json
following semvergit tag -a <version>
git push origin master
and git push origin --tags
npm publish