Skip to content

Offer possibility to automatically tag a release in a git repository

License

Notifications You must be signed in to change notification settings

AizeLeOuf/git-tag-auto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Git-Tag-Auto

Offer possibility to automatically tag a release in a git repository

Ecedi Agency

Documentation

A release version is composed by 3 digits like 0.0.0 according to https://semver.org/

If you add to a commit message:

  • +semver: breaking or +semver: major it will increase the first one.
  • +semver: feature or +semver: minor it will increase the second digit.
  • +semver: fix or +semver: patch it will increase the third digit.

Requirement

Bash and git installed.

Installation

In a git repository:

chmod +x git-tag.sh
./git-tag.sh

At the end, you can push it on the remote server if needed: git push --tags.

Ecedi Community Support

Have a question? Contact us Email LD

About

Offer possibility to automatically tag a release in a git repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%