4 stable releases
22.7.0 | Jul 24, 2022 |
---|---|
20.3.5 | Mar 2, 2020 |
20.3.0 | Mar 1, 2020 |
#1306 in Command line utilities
13KB
346 lines
git-calver
git calver
is a command line utility to manipulate git tags as CalVer.
Demo
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
Using brew
brew install takebayashi/git-calver/git-calver
Using cargo
cargo install git-calver
Dependencies
~13MB
~304K SLoC