We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61da281 commit a08089bCopy full SHA for a08089b
build/version.mk
@@ -1,8 +1,8 @@
1
# Commit and release info gets compiled into the binary at build time.
2
GIT_COMMIT = $(shell git rev-list -1 HEAD)
3
-GIT_VERSION = $(shell git describe --always --abbrev=7 --dirty --tags)
4
-REL_VERSION ?= latest
5
-REL_CHANNEL ?= latest
+GIT_VERSION = $(shell git describe --always --abbrev=7 --tags)
+REL_VERSION ?= 0.1.0
+REL_CHANNEL ?= 0.1.0
6
7
# These flags are passed to the linker and will configure the version information in the build.
8
VERSION_LD_FLAGS = -X $(BASE_PACKAGE_NAME)/internal/version.channel=$(REL_CHANNEL)
0 commit comments