summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2025-12-11 17:54:48 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2025-12-11 17:54:48 -0800
commit8fba4b0f6008b68845be89861ddb73190d53511e (patch)
treeac48eef176772591a28f41dd932bdbd0b30f9fde /tool
parentec4c46709b74ae11a1d90ad3b2e8c9c79ee4afee (diff)
tool/format-release: Fix a wrong method reference
Diffstat (limited to 'tool')
-rwxr-xr-xtool/format-release2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/format-release b/tool/format-release
index 67c8760e58..8bb6154243 100755
--- a/tool/format-release
+++ b/tool/format-release
@@ -170,7 +170,7 @@ eom
if /\.0(?:-\w+)?\z/ =~ ver
# preview, rc, or first release
entry <<= <<eom
- tag: #{RubyVersion.version_tag(ver)}
+ tag: #{RubyVersion.tag(ver)}
stats:
files_changed: #{files_changed}
insertions: #{insertions}