diff --git a/completions/bash/brew b/completions/bash/brew index bbed1861db..526bb5c606 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -1688,7 +1688,6 @@ _brew_pr_publish() { __brewcomp " --autosquash --branch - --commit-bottles-to-pr-branch --debug --help --large-runner diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index e49c114d11..5973e839bb 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -1160,7 +1160,6 @@ __fish_brew_complete_arg 'pr-automerge' -l workflow -d 'Workflow file to use wit __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 to our preferred format' __fish_brew_complete_arg 'pr-publish' -l branch -d 'Branch to use the workflow from (default: `master`)' -__fish_brew_complete_arg 'pr-publish' -l commit-bottles-to-pr-branch -d 'Push bottle commits to the pull request branch' __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 large-runner -d 'Run the upload job on a large runner' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index bae3bd9485..93eef0ae3e 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -1423,7 +1423,6 @@ _brew_pr_publish() { _arguments \ '--autosquash[If supported on the target tap, automatically reformat and reword commits to our preferred format]' \ '--branch[Branch to use the workflow from (default: `master`)]' \ - '--commit-bottles-to-pr-branch[Push bottle commits to the pull request branch]' \ '--debug[Display any debugging information]' \ '--help[Show this message]' \ '--large-runner[Run the upload job on a large runner]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index fb8ac72a8e..d503a6e88d 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1347,8 +1347,6 @@ Find pull requests that can be automatically merged using `brew pr-publish`. Publish bottles for a pull request with GitHub Actions. Requires write access to the repository. -* `--commit-bottles-to-pr-branch`: - Push bottle commits to the pull request branch. * `--autosquash`: If supported on the target tap, automatically reformat and reword commits to our preferred format. * `--no-autosquash`: diff --git a/manpages/brew.1 b/manpages/brew.1 index 9fc16a36f8..4c18c1819b 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1924,10 +1924,6 @@ Include pull requests that have failing status checks\. Publish bottles for a pull request with GitHub Actions\. Requires write access to the repository\. . .TP -\fB\-\-commit\-bottles\-to\-pr\-branch\fR -Push bottle commits to the pull request branch\. -. -.TP \fB\-\-autosquash\fR If supported on the target tap, automatically reformat and reword commits to our preferred format\. .