Need newline after changes list

This commit is contained in:
Hiroshi SHIBATA 2024-01-10 13:41:54 +09:00
parent 8b65d15ff0
commit 3ecfea6075
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -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"