bump-formula-pr: add bump- prefix to branch
This commit is contained in:
parent
a7276adc10
commit
0e4b258b56
@ -338,7 +338,7 @@ module Homebrew
|
|||||||
run_audit(formula, alias_rename, old_contents)
|
run_audit(formula, alias_rename, old_contents)
|
||||||
|
|
||||||
formula.path.parent.cd do
|
formula.path.parent.cd do
|
||||||
branch = "#{formula.name}-#{new_formula_version}"
|
branch = "bump-#{formula.name}-#{new_formula_version}"
|
||||||
git_dir = Utils.popen_read("git rev-parse --git-dir").chomp
|
git_dir = Utils.popen_read("git rev-parse --git-dir").chomp
|
||||||
shallow = !git_dir.empty? && File.exist?("#{git_dir}/shallow")
|
shallow = !git_dir.empty? && File.exist?("#{git_dir}/shallow")
|
||||||
changed_files = [formula.path]
|
changed_files = [formula.path]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user