release-notes: add message directing users to the blog.

This commit is contained in:
Rylan Polster 2020-12-23 11:17:51 -05:00
parent d6692d2883
commit 76c69b7bb3

View File

@ -58,6 +58,7 @@ module Homebrew
end end
$stderr.puts "Release notes between #{previous_tag} and #{end_ref}:" $stderr.puts "Release notes between #{previous_tag} and #{end_ref}:"
puts "Release notes for major and minor releases can be found in the [Homebrew blog](https://brew.sh/blog/)."
puts output puts output
end end
end end