release-notes: only show blog link when previous_tag passed

This commit is contained in:
Rylan Polster 2020-12-25 13:51:48 -05:00
parent a0e663d833
commit 97f8d09519

View File

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