release-notes: use stderr for header output.
This makes the use of `brew release-notes | pbcopy` a bit easier.
This commit is contained in:
parent
b4f73e6164
commit
888c384801
@ -49,7 +49,7 @@ module Homebrew
|
||||
end
|
||||
end
|
||||
|
||||
puts "Release notes between #{previous_tag} and #{end_ref}:"
|
||||
$stderr.puts "Release notes between #{previous_tag} and #{end_ref}:"
|
||||
puts output
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user