-
Make sure tests are passing!!!
-
Update and groom changelog. Follow convention already in the changelog. Be sure to include PR number and github username reference where applicable.
-
Bump package version. Follow semver
-
Create a release commit: `git commit -am 'release x.y.z'
-
Push the release commit
-
BUILD THE MODULE! Run
make
or the published files will not match your source. -
Publish the package:
npm publish
-
Create a github release:
Release x.y.z
. Keep changelog notes in the changelog, not the release comment