From e87a523bb26e98cd769cd77316fd75d6913557f5 Mon Sep 17 00:00:00 2001 From: anikeev-yadro Date: Thu, 11 Aug 2022 15:45:36 +0300 Subject: [PATCH] [#411] Filter version tags for version calculation Signed-off-by: anikeev-yadro --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32cb13e..9cea12a 100644 --- a/Makefile +++ b/Makefile @@ -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