We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87202f4 commit 89bf0aaCopy full SHA for 89bf0aa
Makefile
@@ -196,7 +196,7 @@ RELEASE_DIR := $(shell pwd)/out
196
$(RELEASE_DIR):
197
mkdir -p $(RELEASE_DIR)
198
199
-RELEASE_TAG := $(shell git describe --abbrev=0 2>/dev/null)
+RELEASE_TAG := $(shell git describe --abbrev=0 --tags)
200
201
.PHONY: release
202
release: ## Builds all the manifests/config files to publish with a release
0 commit comments