UNPKG

294 BMarkdownView Raw
1# Release process
2
3* Use gitflow release or hotfix branch to prepare a release.
4* First commit in a release or hotfix branch should bump the version in package.json. `npm version z.y.z`
5* Use `followTags = true` when pushing a release.
6* `npm publish` from master branch after a release.