-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong default tag #81
Comments
ok! i will add in the new version |
@rafinskipg can you add updated tail to master and bump version? |
Sorry ! Didnt see this, fixing for v2.0.0 #94 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: