1
0
Fork 0
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:
NARUSE, Yui 2021-12-25 22:19:02 +09:00
parent 8325094177
commit da4d6dc1ec

View file

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