Pedantry: Versions are sorted in the wiki wrong
pm065 opened this issue ยท 2 comments
They go 1.0.10, 1.0.11 (etc etc) 1.0.3, 1.0.4
To fix maybe prepend a zero on the single-digit minor releases?
So 1.0.03, 1.0.04, 1.0.05 etc.
The versioning scheme SemVer that I am trying to apply consistently does not permit leading zeros currently.
That said, if someone figures out a way to sort the wiki pages properly (e.g. with folders per major, and subfolders per minor version) & integrate that with the build pipeline I'm happy to accept a PR :D