summaryrefslogtreecommitdiffstats
path: root/client/go/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/Makefile')
-rw-r--r--client/go/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/go/Makefile b/client/go/Makefile
index f4197fbec12..ce182b5d653 100644
--- a/client/go/Makefile
+++ b/client/go/Makefile
@@ -31,6 +31,10 @@ all: test checkfmt install
# Bump the version of the vespa-cli formula and create a pull request to Homebrew repository.
#
+# 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:
#
# $ git checkout vX.Y.Z