We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819e272 commit 62a1d05Copy full SHA for 62a1d05
Makefile
@@ -39,7 +39,7 @@ BUILD_DATE ?= $(shell date -u "$(DATE_FMT)")
39
40
# By default the version is the latest tag in the current branch,
41
# if there is none, then the commit hash
42
-VERSION := $(shell git describe --tag)
+VERSION := $(shell git describe --tag --always)
43
ifeq ($(VERSION),)
44
VERSION := $(shell git rev-parse --short --verify HEAD)
45
endif
0 commit comments