tokuhirom's Blog

npm module のリリース手順

npm version patch

でパッチバージョンがあがって、コミットされつつ tag がうたれるので

npm publish

して、

git push --tags

とかすれば OK。