A while ago I’ve written an article about Git and semantic versioning. All is cool and nice, but what if you don’t need that much complex stuff and just need a simple, minor version increase ? Well, you can do like this: Simple…
Tag: <span>semantic versioning</span>
A Semantic versioning is a simple and popular concept these days. As we all (?) use Git in our daily life, it would be great if we could create Git tags based on Semantic versioning, right? Well, this little script could help us:…