1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
This commit is contained in:
NARUSE, Yui 2019-12-25 17:01:26 +09:00
parent 75dca097b8
commit a1018b2c5f

View file

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