release-notes: use stderr for header output.

This makes the use of `brew release-notes | pbcopy` a bit easier.
This commit is contained in:
Mike McQuaid 2019-04-17 17:00:24 +09:00
parent b4f73e6164
commit 888c384801
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -49,7 +49,7 @@ module Homebrew
end end
end end
puts "Release notes between #{previous_tag} and #{end_ref}:" $stderr.puts "Release notes between #{previous_tag} and #{end_ref}:"
puts output puts output
end end
end end