Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rebottling documentation in BrewTestBot-For-Maintainers.md #19212

Merged
merged 3 commits into from
Feb 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/BrewTestBot-For-Maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ If a pull request needs its commit messages changed in a way that autosquash doe
1. Ensure that bottles have built successfully.
2. Run `brew pr-pull 12345` where `12345` is the pull request number (or URL).
3. Amend any relevant commits if needed, then run `git push` to push the commits to the pull request.

## Rebottling

If a formula in homebrew-core needs rebottling for any reason:

1. Navigate to [homebrew-core's rebottling workflow page](https://github.com/Homebrew/homebrew-core/actions/workflows/dispatch-rebottle.yml)
2. Click on the "Run workflow" button on the right of the page.
3. Fill out any necessary fields.
Loading