-
If you haven't already, switch to the master branch, ensure that you have no changes, and pull from origin.
$ git checkout master $ git status $ git pull <remote> master --rebase
-
Bump package version
$ npm version [major | minor | patch]
-
postversion
script will push tags to the repo, publish NPM package, and open GitHub release page.