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.
2 parents 3570476 + 66d2bd1 commit f9ef002Copy full SHA for f9ef002
make/release_flags.mk
@@ -1,4 +1,5 @@
1
-VERSION_TAG = $(shell git describe --tags)
+# Create a globally-consistent, build-input identifier.
2
+VERSION_TAG = $(shell git describe --abbrev=40 --broken --tags --always)
3
VERSION_CHECK = @$(call print, "Building master with date version tag")
4
5
BUILD_SYSTEM = darwin-amd64 \
0 commit comments