0.3.0 • Published 5 years ago

git-tag-cli v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Interactive Git Tag

Interactive tool that helps with your git tagging by suggesting versions

Build Status npm npm

Install

$ npm install -g git-tag-cli

Usage

Usage

    $ tag <version>

    Version can be:
      patch | minor | major | prepatch | preminor | premajor | prerelease
 
 Examples

    $ tag
    $ tag patch
    $ tag major
    $ tag prepatch
    $ tag premajor
    $ tag prerelease
    

Interactive UI

Run tag without arguments to launch the interactive UI that guides you through pushing a new tag.

Shoutout

Inspired by the amazing sindresorhus's np - A better npm publish tool

Maintainers

License

MIT

0.3.0

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago