onovaes / gitautotag

Simple script to increase tags in git.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitaautotag

Simple script to increase tags in git. Use this in your pipeline and be happy.

Examples:

Increment bug version 2.4.5 -> 2.4.6

bash gitautotag.sh --bug 

Icrement major version 3.4.5 -> 4.4.5

bash gitautotag.sh --major

About

Simple script to increase tags in git.


Languages

Language:Shell 100.0%