Need newline after changes list

This commit is contained in:
Hiroshi SHIBATA 2024-01-10 13:41:54 +09:00
Родитель 8b65d15ff0
Коммит 3ecfea6075
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -51,7 +51,7 @@ notes.uniq!
note << notes.join("\n")
note << "\n"
note << "\n\n"
note << "Note: This list is automatically generated by tool/gen-github-release.rb. Because of this, some commits may be missing.\n\n"
note << "## Full Changelog\n\n"
note << "https://github.com/ruby/ruby/compare/#{ARGV[0]}...#{ARGV[1]}\n\n"