tazr
v1.0.0
Published
Tags a git project with {current-year}.{next-version}
Downloads
3
Readme
tazr
Node script for incrementing tag version number based on the 2017.1
schema.
Installation
npm install -g tazr
Usage
Switch to your git project directory
$ cd /path/to/my/project
Run tazr
$ tazr
No NPM?
If you have just got this repo somewhere locally and don't wanna install this via NPM, you can go:
$ cd /path/to/my/project
$ node /path/back/to/tazr.js
Build tooling
For build tooling you have a number of options. You could:
- Install this globally as part of the your scripts, probably in a disposable docker task.
- Checkout the repo as a linked repo and run it with the "No NPM?" option above.
FAQs
But why?
Because.