We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8274dc commit 7ea9161Copy full SHA for 7ea9161
Makefile
@@ -1,6 +1,6 @@
1
# GO_BUILD_ARGS should be set when running 'go build' or 'go install'.
2
VERSION_PKG = "$(shell go list -m)/internal/version"
3
-export SCAFFOLD_VERSION = $(shell git describe --abbrev=0)
+export SCAFFOLD_VERSION = $(shell git describe --tags --abbrev=0)
4
export GIT_VERSION = $(shell git describe --dirty --tags --always)
5
export GIT_COMMIT = $(shell git rev-parse HEAD)
6
BUILD_DIR = $(PWD)/bin
0 commit comments