aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/Makefile
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-03-07 13:06:32 +0100
committerGitHub <noreply@github.com>2022-03-07 13:06:32 +0100
commit6111d86f508e9631ac34c737d8c3816c2f3bc33c (patch)
tree79061ea9f5ef2de4f69d2a47846d2b32c22be6a9 /client/go/Makefile
parent66e409f0ffdc28247a4f4b390ad205dd460198e9 (diff)
parent2b2e17d9e318604372b47ebf5274281785ee456e (diff)
Merge pull request #21551 from vespa-engine/ean/verify-bumped-homebrew-version
Add note about verifying that the new vespa-cli version works
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