pull: copy new subject when bumping.

This commit is contained in:
Mike McQuaid 2015-02-11 14:20:22 +00:00
parent 4d17d4c8db
commit 2320c0a6c1

View File

@ -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