diff --git a/completions/bash/brew b/completions/bash/brew index f44cd95138..3e70d6e6e4 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -1937,6 +1937,7 @@ _brew_tap_new() { __brewcomp " --branch --debug + --github-packages --help --no-git --pull-label diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 662bbf8e2f..7ed7a4f10c 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -1314,6 +1314,7 @@ __fish_brew_complete_arg 'tap-info' -a '(__fish_brew_suggest_taps_installed)' __fish_brew_complete_cmd 'tap-new' 'Generate the template files for a new tap' __fish_brew_complete_arg 'tap-new' -l branch -d 'Initialize Git repository and setup GitHub Actions workflows with the specified branch name (default: `main`)' __fish_brew_complete_arg 'tap-new' -l debug -d 'Display any debugging information' +__fish_brew_complete_arg 'tap-new' -l github-packages -d 'Upload bottles to GitHub Packages' __fish_brew_complete_arg 'tap-new' -l help -d 'Show this message' __fish_brew_complete_arg 'tap-new' -l no-git -d 'Don\'t initialize a Git repository for the tap' __fish_brew_complete_arg 'tap-new' -l pull-label -d 'Label name for pull requests ready to be pulled (default: `pr-pull`)' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 0b6cf15d47..a947068de9 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -1608,6 +1608,7 @@ _brew_tap_new() { _arguments \ '--branch[Initialize Git repository and setup GitHub Actions workflows with the specified branch name (default: `main`)]' \ '--debug[Display any debugging information]' \ + '--github-packages[Upload bottles to GitHub Packages]' \ '--help[Show this message]' \ '--no-git[Don'\''t initialize a Git repository for the tap]' \ '--pull-label[Label name for pull requests ready to be pulled (default: `pr-pull`)]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 5d1002a1a0..1a8b248a46 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1398,6 +1398,8 @@ Generate the template files for a new tap. Label name for pull requests ready to be pulled (default: `pr-pull`). * `--branch`: Initialize Git repository and setup GitHub Actions workflows with the specified branch name (default: `main`). +* `--github-packages`: + Upload bottles to GitHub Packages. ### `test` [*`options`*] *`installed_formula`* [...] diff --git a/manpages/brew.1 b/manpages/brew.1 index 9b3aad2a36..c19c017202 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1986,6 +1986,10 @@ Label name for pull requests ready to be pulled (default: \fBpr\-pull\fR)\. \fB\-\-branch\fR Initialize Git repository and setup GitHub Actions workflows with the specified branch name (default: \fBmain\fR)\. . +.TP +\fB\-\-github\-packages\fR +Upload bottles to GitHub Packages\. +. .SS "\fBtest\fR [\fIoptions\fR] \fIinstalled_formula\fR [\.\.\.]" Run the test method provided by an installed formula\. There is no standard output or return code, but generally it should notify the user if something is wrong with the installed formula\. .