git calver
is a command line utility to manipulate git tags as CalVer.
- 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
(lightweight tag) orgit tag-next -m "New Release"
(annotated tag)
brew install takebayashi/git-calver/git-calver
cargo install git-calver