mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
tag's prefix is "v"
This commit is contained in:
parent
8325094177
commit
da4d6dc1ec
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ eom
|
|||
if /\.0(?:-\w+)?\z/ =~ ver
|
||||
# preview, rc, or first release
|
||||
entry <<= <<eom
|
||||
tag: ruby_#{ver.tr('.-', '_')}
|
||||
tag: v#{ver.tr('.-', '_')}
|
||||
stats:
|
||||
files_changed: #{files_changed}
|
||||
insertions: #{insertions}
|
||||
|
|
Loading…
Reference in a new issue