1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2018-12-26 08:01:51 +00:00
parent 9edb32dae7
commit 9b817107ce

View file

@ -94,7 +94,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