Skip to content
Snippets Groups Projects
Commit 2320c0a6 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

pull: copy new subject when bumping.

parent 4d17d4c8
No related branches found
No related tags found
No related merge requests found
...@@ -129,6 +129,7 @@ module Homebrew ...@@ -129,6 +129,7 @@ module Homebrew
f = changed_formulae.first f = changed_formulae.first
subject = "#{f.name} #{f.version}" subject = "#{f.name} #{f.version}"
ohai "New bump commit subject: #{subject}" ohai "New bump commit subject: #{subject}"
system "/bin/echo -n #{subject} | pbcopy"
message = "#{subject}\n\n#{message}" message = "#{subject}\n\n#{message}"
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment