New markdown changelog should use natural sort for its versions
Jack-McKalling opened this issue ยท 3 comments
Issue type:
- ๐ Bug
Short description:
The new changelog made in markdown format, lists some of the versions in the wrong order, in the 1.19 (lts) branch.
Namely, from the bottom up, 1.2.10 to 1.2.47 are listed before 1.2.7 to 1.2.9.
This looks like the alphabetical sorting order is used instead of natural sort.
I suspect this to apply to all repos that now use this new markdown format, but so far it's only been visible in this one because of the versions in question.
Steps to reproduce the problem:
- See this commit: d6e001c
Expected behaviour:
1.2.7 - 1.2.9 should come before 1.2.10 - 1.2.47, reading upwards.
Versions:
- This mod: 1.2.47
- Minecraft: 1.19.2
- Mod loader version: not relevant
Log file:
Also see this new commit that is also visibly affected: CyclopsMC/ColossalChests@65c9640