git-mkver

Automatic Semantic Versioning for git based software development

View project on GitHub

Installation

Linux

curl -L https://github.com/idc101/git-mkver/releases/download/v1.4.0/git-mkver-linux-x86_64-1.4.0.tar.gz | tar xvz
sudo mv git-mkver /usr/local/bin

Mac OS

Install with Homebrew:

brew tap idc101/gitmkver
brew install idc101/gitmkver/git-mkver

Windows

Install with scoop:

scoop install https://raw.githubusercontent.com/idc101/git-mkver/main/etc/scoop/git-mkver.json

Manual

  1. Download the binary for your os from the releases page.
  2. Move it to a directory on your path

That’s it :-)

CI/Build Servers