forked from TrueCloudLab/frostfs-api-go
[#411] Filter version tags for version calculation
Signed-off-by: anikeev-yadro <a.anikeev@yadro.com>
This commit is contained in:
parent
882c4ab76c
commit
e87a523bb2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue