-
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.
This repository has been archived by the owner on May 5, 2024. It is now read-only.