summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNARUSE, Yui <naruse@airemix.jp>2021-12-25 22:19:02 +0900
committerNARUSE, Yui <naruse@airemix.jp>2021-12-25 22:19:02 +0900
commitda4d6dc1ec90fc69744460871b57dc57a1bf7e3a (patch)
tree30f4c8be80d6d4d8a09400ce0e0001fc40c0737c
parent8325094177de60d365b2b5507488f0b53d11c736 (diff)
tag's prefix is "v"
-rwxr-xr-xtool/format-release2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/format-release b/tool/format-release
index e0de841127..7b0f8e78e7 100755
--- a/tool/format-release
+++ b/tool/format-release
@@ -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}