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
|
||||||
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user