File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11.DEFAULT_GOAL := help
22
3- VERSION := $(shell git describe --abbrev=0 2>/dev/null || echo "v0.1.0 -SNAPSHOT")
3+ VERSION := $(shell git describe --abbrev=0 2>/dev/null) -SNAPSHOT
44PATH := $(PWD ) /bin:$(PATH )
55SHELL := env PATH=$(PATH ) /bin/bash
66TOOLS_DIR := hack/tools
@@ -55,4 +55,7 @@ tools: ## Install all required tools
5555
5656.PHONY : release
5757release : clean generate verify test # # Build and release goversion, publishing the artifacts on Github and Dockerhub.
58- GOVERSION_LDFLAGS=" $( shell goversion ldflags --print-ldflag=false --version=${VERSION} --strict) " goreleaser release --rm-dist
58+ GOVERSION_LDFLAGS=" $( shell goversion ldflags --print-ldflag=false --version=${VERSION} --strict) " goreleaser release --rm-dist
59+
60+ print-% : # # Print any of the variables defined in the Makefile.
61+ @echo $($* )
You can’t perform that action at this time.
0 commit comments