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 4716659 commit a48fcf4Copy full SHA for a48fcf4
make/release_flags.mk
@@ -1,4 +1,4 @@
1
-VERSION_TAG = $(shell date +%Y%m%d)-01
+VERSION_TAG = $(shell git describe --tags)
2
VERSION_CHECK = @$(call print, "Building master with date version tag")
3
4
BUILD_SYSTEM = darwin-amd64 \
0 commit comments