markchalloner / git-semver

Git plugin for Semantic Versioning
MIT License
382 stars 43 forks source link

Consider prefixing tags with "v" #5

Closed davvid closed 9 years ago

davvid commented 9 years ago

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.

markchalloner commented 9 years ago

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

davvid commented 9 years ago

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".