summaryrefslogtreecommitdiff
path: root/tooling/docs/deprecation_handling.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-21 00:08:21 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-21 00:08:21 +0000
commit2f76a4a875bc356b2c80f038e1ef4b835cbdfb4b (patch)
tree0dfdac6575c447631adb5f113e268e4d0911b8b2 /tooling/docs/deprecation_handling.rb
parent5d9d306884986036e730106098b103997caebfda (diff)
downloadgitlab-ce-2f76a4a875bc356b2c80f038e1ef4b835cbdfb4b.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tooling/docs/deprecation_handling.rb')
-rw-r--r--tooling/docs/deprecation_handling.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tooling/docs/deprecation_handling.rb b/tooling/docs/deprecation_handling.rb
index a620eac4c91..bcdf73e0044 100644
--- a/tooling/docs/deprecation_handling.rb
+++ b/tooling/docs/deprecation_handling.rb
@@ -22,7 +22,7 @@ module Docs
entries = source_file_paths.flat_map do |file|
YAML.load_file(file)
end
- entries = entries.sort_by { |d| d["name"] }
+ entries = entries.sort_by { |d| d["title"] }
milestones = entries.map { |entry| entry[milestone_key_name] }.uniq
milestones = VersionSorter.rsort(milestones)