Skip to content

Commit 130a644

Browse files
committed
dev-cmd/bump-*-pr: mention Autobump List docs
Signed-off-by: botantony <antonsm21@gmail.com>
1 parent 3e10086 commit 130a644

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Library/Homebrew/dev-cmd/bump-cask-pr.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ def run
8282
We'd still love your contributions, though, so try another one
8383
that is excluded from autobump list (i.e. it has 'no_autobump!'
8484
method or 'livecheck' block with 'skip'.)
85+
86+
More information about autobump process can be found here:
87+
#{Formatter.url("https://docs.brew.sh/Autobump-List")}
8588
EOS
8689

8790
if !args.write_only? && GitHub.too_many_open_prs?(cask.tap)

Library/Homebrew/dev-cmd/bump-formula-pr.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ def run
119119
We'd still love your contributions, though, so try another one
120120
that is excluded from autobump list (i.e. it has 'no_autobump!'
121121
method or 'livecheck' block with 'skip'.)
122+
123+
More information about autobump process can be found here:
124+
#{Formatter.url("https://docs.brew.sh/Autobump-List")}
122125
EOS
123126

124127
if !args.write_only? && GitHub.too_many_open_prs?(tap)

0 commit comments

Comments
 (0)