A light wrapper around git
and semver that provides a CLI utility to quickly bump the major, minor, or patch version of a git repository:
npm install -g gitbump
cd
into a the root directory of a git repository that uses git tag
to track version numbers, and run bump
.