aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNARUSE, Yui <naruse@airemix.jp>2019-12-25 17:01:26 +0900
committerNARUSE, Yui <naruse@airemix.jp>2019-12-25 18:50:57 +0900
commitecbf7fe27ce444782f0a48fc41f8043a25078666 (patch)
treebd646c132f05dc96a443b1ba0cc82d19e4640d03
parenta65e8644fb97491314387e4138cabf6378a8e8d5 (diff)
downloadruby-ecbf7fe27ce444782f0a48fc41f8043a25078666.tar.gz
fix typo
-rwxr-xr-xtool/format-release2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/format-release b/tool/format-release
index ec2d535ac4..b34da3509c 100755
--- a/tool/format-release
+++ b/tool/format-release
@@ -109,7 +109,7 @@ eom
unless ver.include?("-")
# assume this is X.Y.0 release
node.sub!(/^ status: preview\n/, " status: normal maintenance\n")
- node.sub!(/^ date:\n/, " status: #{Time.now.year}-12-25\n")
+ node.sub!(/^ date:\n/, " date: #{Time.now.year}-12-25\n")
end
node
end