Last Updated: February 25, 2016
·
451
· tyschroed

Increment NPM Package version after hg tag

To automatically set the tag you just hg tag'd your working directory, to the package.json for your node app, add this to your hgrc:

[hooks]
tag = npm version $HG_TAG