- Use gitflow release or hotfix branch to prepare a release.
- First commit in a release or hotfix branch should bump the version in package.json.
npm version z.y.z - Use
followTags = truewhen pushing a release. npm publish --access publicfrom master branch after a release.