pull: copy new subject when bumping.
This commit is contained in:
parent
4d17d4c8db
commit
2320c0a6c1
@ -129,6 +129,7 @@ module Homebrew
|
||||
f = changed_formulae.first
|
||||
subject = "#{f.name} #{f.version}"
|
||||
ohai "New bump commit subject: #{subject}"
|
||||
system "/bin/echo -n #{subject} | pbcopy"
|
||||
message = "#{subject}\n\n#{message}"
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user