fast-git-tag

0.2.0 • Public • Published

fast-git-tag

NPM version Downloads Dependency status Dev Dependency status

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"

usage

npm install -g fast-git-tag

$ gitag

Readme

Keywords

Package Sidebar

Install

npm i fast-git-tag

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • yinyongcom666