markchalloner / git-semver

Git plugin for Semantic Versioning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Having issues with tag version detection

elboletaire opened this issue · comments

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