vbump
v1.1.0
Published
A script to bump versions of things to git, npm, etc.
Downloads
5
Readme
vbump
usage: vbump options
This commits a version bump and tags it git, then published to npm.
OPTIONS:
-v [required] Target version to bump.
-t Tag only. Do not git commit.
-h Show this message.
-p Do not publish to npm.
-m Commit message you wish to use.
-d Dry-run. No nothing but echo commands.