mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add tag key
Release note will use tag value when I write GitHub URLs with release tags.
This commit is contained in:
parent
709d9cf1ba
commit
6a6daf3803
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ eom
|
|||
date = Time.now.utc # use utc to use previous day in midnight
|
||||
entry = <<eom
|
||||
- version: #{ver}
|
||||
tag: v#{ver.tr('-.', '_')}
|
||||
date: #{date.strftime("%Y-%m-%d")}
|
||||
post: /en/news/#{date.strftime("%Y/%m/%d")}/ruby-#{ver.tr('.', '-')}-released/
|
||||
stats:
|
||||
|
|
Loading…
Reference in a new issue