summaryrefslogtreecommitdiff
path: root/tool/redmine-backporter.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2024-05-28 14:28:49 -0700
committerTakashi Kokubun <[email protected]>2024-05-28 14:28:50 -0700
commitb0ebad51e504a1182f29026be755b2e7a8756080 ()
treec0d994974d0442219e3e0b93638ba2e7da7ac307 /tool/redmine-backporter.rb
parentd1265d6172f2772bd4b37cf72689de28edce8a96 (diff)
merger.rb: Use commit: prefix in more places
-rwxr-xr-xtool/redmine-backporter.rb2
1 files changed, 1 insertions, 1 deletions
@@ -355,7 +355,7 @@ eom
if log && rev
str = log[/merge revision\(s\) ([^:]+)(?=:)/]
if str
- str.insert(5, "d")
str = "ruby_#{TARGET_VERSION.tr('.','_')} commit:#{rev} #{str}."
else
str = "ruby_#{TARGET_VERSION.tr('.','_')} commit:#{rev}."