Skip to content

Commit a48fcf4

Browse files
committed
make: use latest git tag for version in release
1 parent 4716659 commit a48fcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/release_flags.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_TAG = $(shell date +%Y%m%d)-01
1+
VERSION_TAG = $(shell git describe --tags)
22
VERSION_CHECK = @$(call print, "Building master with date version tag")
33

44
BUILD_SYSTEM = darwin-amd64 \

0 commit comments

Comments
 (0)