- Verify everything works with
npm test
. - Update
History.md
. - Commit with
git commit -am "Commit message"
. - Bump version with
npm version {major|minor|patch}
. - Push to Github with
git push -u origin master && git push --tags
. - Publish to npm with
npm publish
.