Offer possibility to automatically tag a release in a git repository
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: breakingor+semver: majorit will increase the first one.+semver: featureor+semver: minorit will increase the second digit.+semver: fixor+semver: patchit will increase the third digit.
Bash and git installed.
In a git repository:
chmod +x git-tag.sh
./git-tag.shAt the end, you can push it on the remote server if needed: git push --tags.
Have a question? Contact us Email LD
