Skip to content

Commit 3ab5527

Browse files
authored
Disable git tag conversion for Ruby 4.0+ (#3786)
1 parent 95de409 commit 3ab5527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/release-template.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lang: en
99

1010
Ruby <%= version %> has been released.
1111

12-
Please see the [GitHub releases](https://github.com/ruby/ruby/releases/tag/v<%= version.gsub(/\./, '_') %>) for further details.
12+
Please see the [GitHub releases](https://github.com/ruby/ruby/releases/tag/v<%= version.gsub(/\A3\.(\d)\./, '3_\1_') %>) for further details.
1313

1414
## Download
1515

0 commit comments

Comments
 (0)