A simple utility written in rust to bump git tags using semantic versioning. A port of gtbump.
You can download a release from Releases.
Usage: verbump [OPTIONS]
Optional arguments:
-h, --help prints help message
-m, --minor increments minor version
-M, --major increments major version
-p, --patch increments patch version (default: true)
-s, --show shows the latest tag
-i, --init inits a tag
-a, --all shows all tags