Skip to content
Snippets Groups Projects
Unverified Commit c951be8d authored by Issy Long's avatar Issy Long Committed by GitHub
Browse files

Merge pull request #10582 from issyl0/update-maintainers-remind-about-brew-man

dev-cmd/update-maintainers: If there are changes, auto-update man pages
parents 980f9280 dde89d8d
No related branches found
Tags 3.0.1
No related merge requests found
......@@ -3,6 +3,7 @@
require "cli/parser"
require "utils/github"
require "dev-cmd/man"
module Homebrew
extend T::Sig
......@@ -61,7 +62,8 @@ module Homebrew
if diff.status.success?
puts "No changes to list of maintainers."
else
puts "List of maintainers updated in README."
Homebrew.regenerate_man_pages(preserve_date: true, quiet: true)
puts "List of maintainers updated in the README and the generated man pages."
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment