git-calver
git calver
is a command line utility to manipulate git tags as CalVer.
Features
- List all versions:
git calver all
- Show the latest version:
git calver current
- Show the next version:
git calver next
- Create a new tag with the next version:
git tag-next -m "New Release"
Installation
cargo install git-calver