Merge pull request #6025 from MikeMcQuaid/release-notes-stderr
release-notes: use stderr for header output.
This commit is contained in:
commit
4d6de005d8
@ -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