git-calver

Crates.iogit-calver
lib.rsgit-calver
version24.1.1
sourcesrc
created_at2020-03-01 15:17:39.74128
updated_at2024-01-03 07:22:55.286421
descriptioncarlendar versioning utility
homepage
repositoryhttps://github.com/takebayashi/git-calver
max_upload_size
id214187
size46,766
Shun Takebayashi (takebayashi)

documentation

README

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
Commit count: 25

cargo fmt