markchalloner / git-semver

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

Having issues with tag version detection #24

Closed elboletaire closed 6 years ago

elboletaire commented 6 years ago

I've a project which right now is at version v0.28.13. Using git semver patch creates the version 0.1.0:

imatge

The expected result would be to create the version v0.28.14.

Same result using minor:

imatge.

In this case, the expected result would be v0.29.0.

Note that I've also created an issue because the prefix setting is being ignored (see #23).