markchalloner / git-semver

Git plugin for Semantic Versioning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider prefixing tags with "v"

davvid opened this issue · comments

Tags should be named v1.2.3, etc. This is the tagging scheme used by Git and the kernel itself. It's best when everyone uses the same convention.

Thanks @davvid. Definitely an option I'ld like to include. I'll have a think about how best to do this.

This option should be the default behavior. Just saying.. it seems like the current behavior should be the optional thing for a user who wants the "Git Semver".