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 2261d8d commit a598cd5Copy full SHA for a598cd5
Makefile
@@ -1,6 +1,6 @@
1
.PHONY: default clean install lint test assets build binaries publish-images test-release release
2
3
-TAG_NAME := $(shell git describe --abbrev=0 --tags).0
+TAG_NAME := $(shell git describe --abbrev=0 --tags)
4
SHA := $(shell git rev-parse --short HEAD)
5
VERSION := $(if $(TAG_NAME),$(TAG_NAME),$(SHA))
6
0 commit comments