From 6c85b50d2a9f3991df26761104de91b4ca61d2c3 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Mon, 3 Feb 2020 18:08:25 +0100 Subject: [PATCH] Update docs/Homebrew-linuxbrew-core-Maintainer-Guide.md --- docs/Homebrew-linuxbrew-core-Maintainer-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Homebrew-linuxbrew-core-Maintainer-Guide.md b/docs/Homebrew-linuxbrew-core-Maintainer-Guide.md index 2a387ddf05..cf7ae1667e 100644 --- a/docs/Homebrew-linuxbrew-core-Maintainer-Guide.md +++ b/docs/Homebrew-linuxbrew-core-Maintainer-Guide.md @@ -245,7 +245,7 @@ run `brew find-formulae-to-bottle --verbose` separate to the `for` loop above. The `request-bottle` script kicks off a GitHub Action to build the -bottle. If successful, it pushes the bottle to `master`. There are no +bottle. If successful, it pushes the bottle to BinTray and a commit with the SHA to `master`. There are no PRs, and no manual steps unless the formula fails to build. If the formula fails to build, we open and merge a PR with the fix,