git-version-bumper
v1.3.0
Published
Bump git version, following semver conventions.
Downloads
6
Readme
Git Version Bumper
Bump your git tag to the next version. Assuming you're following semver conventions.
Do you go to check your git tags list, then search for the latest (larger) tag before you create new bumped tag?
This cli tool will help you bumping the version by just selecting which part of the version you want to increase.
Installation
npm install -g git-version-bumper
Usage
- Make sure you're inside the root directory of the project you want to bump its version.
- Run
version-bumper
- Use arrow keys to choose which part of the version you want to increase.
- Hit enter.