leb4r / semtag

Tag your repository according to Semantic Versioning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

semtag

Tag your repository according to Semantic Versioning.

pnikosis/semtag, but using Go.

Installation

Using Homebrew

brew tap leb4r/tap
brew install leb4r/tap/semtag

Usage

Container

# pull the image from Docker Hub
docker pull docker.io/leb4r/semtag

# execute on the current working directory
docker run -it -v $PWD:/src:z -w /src --rm docker.io/leb4r/semtag final

About

Tag your repository according to Semantic Versioning.

License:MIT License


Languages

Language:Go 96.6%Language:Makefile 2.5%Language:Dockerfile 0.9%