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
The current code seems to assume that Platform::tags() returns tags in the correctly sorted order, which it does not. It appears to return the same order as git tag, which sorts, e.g. 0.1.0, 0.10.0, 0.2.0.
I've written a fix for this that compares tag versions before deciding that one is a new version, and will open a PR after submitting this issue.
The text was updated successfully, but these errors were encountered:
The current code seems to assume that
Platform::tags()
returns tags in the correctly sorted order, which it does not. It appears to return the same order asgit tag
, which sorts, e.g.0.1.0
,0.10.0
,0.2.0
.I've written a fix for this that compares tag versions before deciding that one is a new version, and will open a PR after submitting this issue.
The text was updated successfully, but these errors were encountered: