To cut a release, start by merging the PRs that are going into this release.
-
Update version
$ npm version patch
-
Publish a release to npm
$ npm publish
-
Push git tag
$ git push origin v0.3.14
-
Publish GitHub release
In the Tag version of the release draft, select the version that was just published to npm.