8 stable releases (3 major)
24.1.1 | Jan 3, 2024 |
---|---|
24.1.0 | Jan 1, 2024 |
23.12.1 | Dec 18, 2023 |
22.7.0 | Jul 24, 2022 |
20.3.5 | Mar 2, 2020 |
#2539 in Command line utilities
15KB
371 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
(lightweight tag) orgit tag-next -m "New Release"
(annotated tag)
Installation
Using brew
brew install takebayashi/git-calver/git-calver
Using cargo
cargo install git-calver
Dependencies
~12–21MB
~372K SLoC