summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorEirik Nygaard <eirik.nygaard@yahooinc.com>2022-03-05 11:52:44 +0100
committerGitHub <noreply@github.com>2022-03-05 11:52:44 +0100
commit2b2e17d9e318604372b47ebf5274281785ee456e (patch)
tree6c29ef1aee819aae8a2e93e7088775bde504e9be /client
parentaf5584ee843aadf87c5e2402938424c47e2e4394 (diff)
Clarify brew merge requirements
Diffstat (limited to 'client')
-rw-r--r--client/go/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/go/Makefile b/client/go/Makefile
index a4e8e8c127c..0412478af6e 100644
--- a/client/go/Makefile
+++ b/client/go/Makefile
@@ -31,8 +31,9 @@ all: test checkfmt install
# Bump the version of the vespa-cli formula and create a pull request to Homebrew repository.
#
-# When the homebrew PR has been merged, verify that the prebuilt bottles are
-# available for install by running `brew update && brew install vespa-cli`.
+# Homebrew's automated BrewTestBot must do the merge for the bottles to be published. When
+# the PR has been merged check that the merge was done by their bot, and that installing
+# the new version works by running: `brew update && brew install vespa-cli`.
#
# Example:
#