Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)