Merge pull request #6025 from MikeMcQuaid/release-notes-stderr

release-notes: use stderr for header output.
This commit is contained in:
Mike McQuaid 2019-04-17 13:04:39 +01:00 committed by GitHub
commit 4d6de005d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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