- Make sure nothing in your repo is currently edited.
- Update package.json - either check it in with your own commit message, or the release script will do it for you with a generic message.
- run release.sh
- then do
git tag vx.y.z
being the same as package.json git push vx.y.z
This doesn't yet really work for release branches, but with npm modules I find I don't use them much, just tag master with the release number.
That's it.
(Ends)