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 8bcff2d commit 14fb5eaCopy full SHA for 14fb5ea
1 file changed
Makefile
@@ -26,7 +26,7 @@ API_GROUPS ?= appcatalog:v1alpha1 metrics:v1alpha1
26
27
# This version-strategy uses git tags to set the version string
28
git_branch := $(shell git rev-parse --abbrev-ref HEAD)
29
-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 "")
30
commit_hash := $(shell git rev-parse --verify HEAD)
31
commit_timestamp := $(shell date --date="@$$(git show -s --format=%ct)" --utc +%FT%T)
32
0 commit comments