We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f415133 commit b3603fbCopy full SHA for b3603fb
1 file changed
Makefile
@@ -23,7 +23,7 @@ CODE_GENERATOR_IMAGE ?= ghcr.io/appscode/gengo:release-1.32
23
24
# This version-strategy uses git tags to set the version string
25
git_branch := $(shell git rev-parse --abbrev-ref HEAD)
26
-git_tag := $(shell git describe --exact-match --abbrev=0 2>/dev/null || echo "")
+git_tag := $(shell git describe --tags --exact-match --abbrev=0 2>/dev/null || echo "")
27
commit_hash := $(shell git rev-parse --verify HEAD)
28
commit_timestamp := $(shell date --date="@$$(git show -s --format=%ct)" --utc +%FT%T)
29
0 commit comments