bmpr
v1.0.2
Published
Figures out what the current version of your git project is, bumps it, and tags the current commit with the new version.
Downloads
7
Readme
bumper
Figures out what the current version of your git project is, bumps it, and tags the current commit with the new version.
Installation
npm install -g bmpr(All the good names were already taken)
Usage
To bump the major version number:-
bmpr majorYou can also bump the minor, patch and a number of other types. See bmpr --help for more details.
Options
--verbose, -vwill give more information as to how bumper is working.--dry-runwill skip the tagging step.--messageoptional message which gets added to the tag.
