aboutsummaryrefslogtreecommitdiffstats
path: root/tool/format-release
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2019-04-21 15:38:10 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-04 08:58:20 +0900
commit7614cc5b241144bc47e8062e335fcf15dbf04e51 (patch)
tree83e1d0b2de9086b51611851ec4395419bac8d0df /tool/format-release
parent326c00b6f89e1c86e6fe29ab60da593eb6883a88 (diff)
downloadruby-7614cc5b241144bc47e8062e335fcf15dbf04e51.tar.gz
Fix release post output for tool/format-release
Different entries should be separated by an empty line. Closes: https://github.com/ruby/ruby/pull/2137
Diffstat (limited to 'tool/format-release')
-rwxr-xr-xtool/format-release1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/format-release b/tool/format-release
index e3ad5a9563..b43010a105 100755
--- a/tool/format-release
+++ b/tool/format-release
@@ -49,6 +49,7 @@ class Tarball
SHA1: #{@sha1}
SHA256: #{@sha256}
SHA512: #{@sha512}
+
eom
end