Merge pull request #19809 from Homebrew/bump-created-with

bump-formula-pr: restore pr message
This commit is contained in:
Bevan Kay 2025-04-23 04:55:53 +00:00 committed by GitHub
commit 94c91ed052
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -443,7 +443,7 @@ module Homebrew
"#{Array(args.bump_synced).join(" ")} #{new_formula_version}"
end
pr_message = "Created by `brew bump-formula-pr`."
pr_message = "Created with `brew bump-formula-pr`."
commits.each do |commit|
next if commit[:formula_pr_message].empty?