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
When git repository faces both 'v-' prefixed version tags and regular tags, it splits them into two groups during sort even when we ask it to sort 'as version numbers'.
This causes wrong 'latest' version detection.
I tried to solve the problem by giving 'v-' prefixed tags higher priority than regular, but this logic sucks when we switch FROM v-prefixed style TO regular.
This problem should be solved with plain JS :(
The text was updated successfully, but these errors were encountered:
When git repository faces both 'v-' prefixed version tags and regular tags, it splits them into two groups during sort even when we ask it to sort 'as version numbers'.
This causes wrong 'latest' version detection.
I tried to solve the problem by giving 'v-' prefixed tags higher priority than regular, but this logic sucks when we switch FROM v-prefixed style TO regular.
This problem should be solved with plain JS :(
The text was updated successfully, but these errors were encountered: