diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-21 21:16:34 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-21 21:16:34 +0000 |
commit | 483700e50da29cd53f11cecd1129fba4bc44eae4 (patch) | |
tree | 200b55928971a49a48700df462c2dc6f9704d141 /tooling | |
parent | 2ee7cff13b1a3929bebf2af7d223e2f445d72fca (diff) | |
download | gitlab-ce-483700e50da29cd53f11cecd1129fba4bc44eae4.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tooling')
-rw-r--r-- | tooling/docs/deprecation_handling.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tooling/docs/deprecation_handling.rb b/tooling/docs/deprecation_handling.rb index 7dfd3e1101d..a620eac4c91 100644 --- a/tooling/docs/deprecation_handling.rb +++ b/tooling/docs/deprecation_handling.rb @@ -25,7 +25,7 @@ module Docs entries = entries.sort_by { |d| d["name"] } milestones = entries.map { |entry| entry[milestone_key_name] }.uniq - milestones = VersionSorter.sort(milestones) + milestones = VersionSorter.rsort(milestones) load_template(template_path) .result_with_hash(entries: entries, milestones: milestones) |