release-notes: only show blog link when previous_tag passed
This commit is contained in:
parent
a0e663d833
commit
97f8d09519
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user