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 e68956b commit 7066eb6Copy full SHA for 7066eb6
Makefile
@@ -4,7 +4,8 @@
4
.PHONY: docker-release release release-tgz clean
5
6
_UID=$(shell id -u)
7
-TAG_NAME := $(or $(TAG_NAME),$(shell git describe --tags | rev | cut -f3- -d- | rev | cut -f2- -dv ))
+TAG_NAME := $(or $(TAG_NAME),$(shell git describe --tags | rev | cut -f3- -d- | rev ))
8
+TAG_NAME := $(TAG_NAME:v%=%)
9
REVISION_ID := $(or $(REVISION_ID),$(shell git describe --tags | rev | cut -f-2 -d- | rev))
10
METAUML_RELEASE_DATE := $(shell date "+%B %d, %Y")
11
0 commit comments