markchalloner / git-semver

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

version parse with cut #13

Closed aguegu closed 8 years ago

aguegu commented 8 years ago

trying to fix issue #12 on my own.

It is the sed behavior problem on my mac. So I replace the version parse with the more common command cut. Since the tag list has already filtered by the grep in version-get, the output should always be like x.y.z, cut would work just fine.

markchalloner commented 8 years ago

Makes sense. Thanks!