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
[Static SDK] Improve version number/tag extraction. (#502)
If there are multiple tags on a revision, `git describe` returns
the first tag it finds, but we actually don't want that; we want the
tag that represents the highest version number.
rdar://161117117
0 commit comments