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

#2043 in Command line utilities

Download history 1/week @ 2023-12-21 50/week @ 2023-12-28 76/week @ 2024-01-04 3/week @ 2024-01-11 5/week @ 2024-02-08 2/week @ 2024-02-15 15/week @ 2024-02-22 11/week @ 2024-02-29 3/week @ 2024-03-14 2/week @ 2024-03-21 45/week @ 2024-03-28 30/week @ 2024-04-04

80 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–24MB
~401K SLoC