[#411] Filter version tags for version calculation

Signed-off-by: anikeev-yadro <a.anikeev@yadro.com>
pull/1/head
anikeev-yadro 2022-08-11 15:45:36 +03:00 committed by Pavel Karpy
parent 882c4ab76c
commit e87a523bb2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/make -f
SHELL = bash
VERSION ?= $(shell git describe --tags --dirty --always)
VERSION ?= $(shell git describe --tags --match "v*" --dirty --always)
.PHONY: dep fmts fmt imports protoc test lint version help