summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-03-24 14:07:58 +0100
committerMartin Polden <mpolden@mpolden.no>2022-03-24 14:07:58 +0100
commitb207ce6c72e7b615684a51ba4e28b1c8d0dae14d (patch)
tree961044be683be245a641bb0db64bc7ef765112b5 /client
parent6832ebd252e15201ab09c4db6274238e071acc0c (diff)
Enable releasing
Diffstat (limited to 'client')
-rw-r--r--client/go/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/client/go/Makefile b/client/go/Makefile
index 192c9665225..2835638f776 100644
--- a/client/go/Makefile
+++ b/client/go/Makefile
@@ -33,8 +33,7 @@ all: test checkfmt install
#
# $ make maybe-dist-homebrew
--dist-homebrew: dist-version
-# TODO(mpolden): Remove --dry-run when this is ready
- brew bump-formula-pr --dry-run --version $(VERSION) --no-browse vespa-cli
+ brew bump-formula-pr --version $(VERSION) --no-browse vespa-cli
dist-homebrew:
go run cond_make.go --dist-homebrew
@@ -50,8 +49,7 @@ dist-homebrew:
#
# $ make maybe-dist-github
--dist-github: dist
-# TODO(mpolden): Remove @echo when this is ready
- @echo gh release create v$(VERSION) --repo vespa-engine/vespa --notes-file $(CURDIR)/README.md --title "Vespa CLI $(VERSION)" \
+ gh release create v$(VERSION) --repo vespa-engine/vespa --notes-file $(CURDIR)/README.md --title "Vespa CLI $(VERSION)" \
$(DIST)/vespa-cli_$(VERSION)_sha256sums.txt \
$(DIST)/vespa-cli_$(VERSION)_*.zip \
$(DIST)/vespa-cli_$(VERSION)_*.tar.gz