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