From b207ce6c72e7b615684a51ba4e28b1c8d0dae14d Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Thu, 24 Mar 2022 14:07:58 +0100 Subject: Enable releasing --- client/go/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'client/go') 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 -- cgit v1.2.3