1.0.2 • Published 10 years ago

bmpr v1.0.2

Weekly downloads
6
License
-
Repository
github
Last release
10 years ago

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 major

You can also bump the minor, patch and a number of other types. See bmpr --help for more details.

Options

  • --verbose, -v will give more information as to how bumper is working.
  • --dry-run will skip the tagging step.
  • --message optional message which gets added to the tag.