From 3f261986dc14d14de5ed0732f96f921be5e25eaa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 19 May 2021 11:04:16 +0000 Subject: [PATCH] Update maintainers, manpage and completions. Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow. --- completions/bash/brew | 1 + completions/fish/brew.fish | 1 + completions/zsh/_brew | 1 + docs/Manpage.md | 2 ++ manpages/brew.1 | 4 ++++ 5 files changed, 9 insertions(+) diff --git a/completions/bash/brew b/completions/bash/brew index 68f056f099..88eefe6d93 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -1521,6 +1521,7 @@ _brew_pr_publish() { -*) __brewcomp " --autosquash + --branch --debug --help --message diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index dfb557694d..7213b192ed 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -1043,6 +1043,7 @@ __fish_brew_complete_arg 'pr-automerge' -l without-labels -d 'Pull requests must __fish_brew_complete_cmd 'pr-publish' 'Publish bottles for a pull request with GitHub Actions' __fish_brew_complete_arg 'pr-publish' -l autosquash -d 'If supported on the target tap, automatically reformat and reword commits in the pull request to our preferred format' +__fish_brew_complete_arg 'pr-publish' -l branch -d 'Branch to publish to (default: `master`)' __fish_brew_complete_arg 'pr-publish' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'pr-publish' -l help -d 'Show this message' __fish_brew_complete_arg 'pr-publish' -l message -d 'Message to include when autosquashing revision bumps, deletions, and rebuilds' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index f6ec992832..87b2075654 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -1286,6 +1286,7 @@ _brew_pr_automerge() { _brew_pr_publish() { _arguments \ '--autosquash[If supported on the target tap, automatically reformat and reword commits in the pull request to our preferred format]' \ + '--branch[Branch to publish to (default: `master`)]' \ '--debug[Display any debugging information]' \ '--help[Show this message]' \ '--message[Message to include when autosquashing revision bumps, deletions, and rebuilds]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 4846bbefa6..937d4982a7 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1149,6 +1149,8 @@ Requires write access to the repository. * `--autosquash`: If supported on the target tap, automatically reformat and reword commits in the pull request to our preferred format. +* `--branch`: + Branch to publish to (default: `master`). * `--message`: Message to include when autosquashing revision bumps, deletions, and rebuilds. * `--tap`: diff --git a/manpages/brew.1 b/manpages/brew.1 index 3323bbdaca..0e0ace0af2 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1605,6 +1605,10 @@ Publish bottles for a pull request with GitHub Actions\. Requires write access t If supported on the target tap, automatically reformat and reword commits in the pull request to our preferred format\. . .TP +\fB\-\-branch\fR +Branch to publish to (default: \fBmaster\fR)\. +. +.TP \fB\-\-message\fR Message to include when autosquashing revision bumps, deletions, and rebuilds\. .