Skip to content
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

Version numbers are sorted alphabetically #67

Open
javier-godoy opened this issue Feb 14, 2024 · 0 comments
Open

Version numbers are sorted alphabetically #67

javier-godoy opened this issue Feb 14, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@javier-godoy
Copy link

The order of versions in the author view of existing releases do not consider the minor.patch components of the version number. Instead, they just happen to be sorted as strings. For instance, 1.10.0 collates between 1.1.0 and 1.2.0 (thus it's not displayed in the summary grid, and it's only available from "show all versions").

image (3)

image (2)

@samie samie added bug Something isn't working help wanted Extra attention is needed labels Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants