git-calver 24.1.1

carlendar versioning utility
Documentation

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