Fast git tag command for NPM package.
It reads version in package.json, last commit log mesasge via:
git log --pretty=%s --max-count=1 --no-merges
Then creates a new tag like:
git tag -a "0.1.0" -m "0.1.0 the last commit message"
npm install -g fast-git-tag
$ gitag