summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorEirik Nygaard <eirik.nygaard@yahooinc.com>2022-03-04 14:41:27 +0100
committerEirik Nygaard <eirik.nygaard@yahooinc.com>2022-03-04 14:41:27 +0100
commitaf5584ee843aadf87c5e2402938424c47e2e4394 (patch)
treebbef1358a1db2b0a27536dc5da2e0bdfaf05e5b2 /client
parente836d9d66ece62a6e775565ba79d60de236cc810 (diff)
Add note about verifying that the new vespa-cli version works
We had an instance where the brew bottles from the PR was not uploaded and made available when bumping the version. Their BrewTestBot should merge an approved PR, when it does it will trigger a bottle upload to make the new version available for install. See PRs for details: https://github.com/Homebrew/homebrew-core/pull/96173 https://github.com/Homebrew/homebrew-core/pull/96229
Diffstat (limited to 'client')
-rw-r--r--client/go/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/go/Makefile b/client/go/Makefile
index 1d995c7f5bf..a4e8e8c127c 100644
--- a/client/go/Makefile
+++ b/client/go/Makefile
@@ -31,6 +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`.
+#
# Example:
#
# $ git checkout vX.Y.Z