You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just realized, that the default tag is wrong if there are more then 10 minor or patch versions in a row. Git sort them alphabetically instead of the version.
It's just a small change, so i don't create a new pull request.
Please change this line from git tag | tail -n1 to git tag -l --sort=v:refname | tail -n1
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I just realized, that the default tag is wrong if there are more then 10 minor or patch versions in a row. Git sort them alphabetically instead of the version.
For example (version v1.0.0 - v1.12.0):
It's just a small change, so i don't create a new pull request.
Please change this line from
git tag | tail -n1
togit tag -l --sort=v:refname | tail -n1
Thanks
The text was updated successfully, but these errors were encountered: