From 3ecfea60757e45aa3977f9a1151b590d02c0da5b Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 10 Jan 2024 13:41:54 +0900 Subject: [PATCH] Need newline after changes list --- tool/gen-github-release.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/gen-github-release.rb b/tool/gen-github-release.rb index 8276c438c7..fe0b459cb3 100755 --- a/tool/gen-github-release.rb +++ b/tool/gen-github-release.rb @@ -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"