Skip to content

Commit 7066eb6

Browse files
committed
Remove the v
1 parent e68956b commit 7066eb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
.PHONY: docker-release release release-tgz clean
55

66
_UID=$(shell id -u)
7-
TAG_NAME := $(or $(TAG_NAME),$(shell git describe --tags | rev | cut -f3- -d- | rev | cut -f2- -dv ))
7+
TAG_NAME := $(or $(TAG_NAME),$(shell git describe --tags | rev | cut -f3- -d- | rev ))
8+
TAG_NAME := $(TAG_NAME:v%=%)
89
REVISION_ID := $(or $(REVISION_ID),$(shell git describe --tags | rev | cut -f-2 -d- | rev))
910
METAUML_RELEASE_DATE := $(shell date "+%B %d, %Y")
1011

0 commit comments

Comments
 (0)