-
Suggestion
-
Resolution: Unresolved
-
None
-
None
As most people, I am using the Git flow methodology. My releases are named according to the version number.
Before I get to version 1, I go through a series of client releases named 0.x.y with x frequently above 10.
The issue is that the tags are sorted by alphabetical order. For version numbers it makes sens to have a special sorting that puts 0.10.0 after 0.9.0 and not after 0.1.0
This could be provided either as a setting of within the tags popup menu if you want to keep the standard alphabetical ordering.
However, using a regex against tags to match dots and order tokens separately (with left-most priority) should be a good default sorting algorithm.
- is duplicated by
-
SRCTREEWIN-1308 Numerical Sort Order for Tags in the Sidebar
- Waiting for Release
Closing this duplicate ticket.