markchalloner / git-semver

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

fail to parse the old versions #12

Closed aguegu closed 8 years ago

aguegu commented 8 years ago

Thanks to this plugin for git.

screen shot 2016-04-21 at 09 07 55

Before I try this plugin, I have my repos trying to do semver manually. Then I got this plugin, I wish it to do the semver job based on the existed versions. So the new minor version should be 0.2.1, right?

On more thing, how about the -m message option support? just like git tag 0.2.1 -m message .

aguegu commented 8 years ago

Later I realize that this problem occurs even with the 0.1.0 generated by the command itself. It is the version parse problem.

Anyway, my PR should fix it. Thanks for merging it.