Skip to content

generate-json: version sort branches

Kevin Daudt requested to merge version-sort-branches into master

The branches are currently string sorted. That means 'v3.12' will become 'v3.4', resulting in an unexpected ordering of versions.

Implement a simplified custom version sort that will sort 'v3.4' before 'v3.12'.

Merge request reports