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

#2196 in Command line utilities

Download history 3/week @ 2024-01-09 7/week @ 2024-02-13 5/week @ 2024-02-20 21/week @ 2024-02-27 5/week @ 2024-03-19 14/week @ 2024-03-26 61/week @ 2024-04-02

75 downloads per month

Apache-2.0

15KB
371 lines

git-calver

git calver is a command line utility to manipulate git tags as CalVer.

Demo

asciicast

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) or git tag-next -m "New Release" (annotated tag)

Installation

Using brew

brew install takebayashi/git-calver/git-calver

Using cargo

cargo install git-calver

Dependencies

~13–23MB
~401K SLoC