Github page

So, Semtag is a bash script for version tagging projects in Git. Follows Semantic Versioning to bump the versions and automatically increases the version depending on the desired context.

Has nice features such as adding the commit history in the tagged version since the latest final release.

Fun fact about this project: I started it as a need for automated deployes in our continous deploy pipeline, back then when I was working at Schibsted (now Adevinta), but also as a challenge/exercise to learn Bash programming, so if you check the code, please be kind. Suggestions are welcome, of course!