forked from TrueCloudLab/frostfs-api-go
[#414] make: Fix commit abbrev length in version
Make it uniform across all our repos. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
9e17cdfc76
commit
fcf1d02afc
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 --match "v*" --dirty --always)
|
||||
VERSION ?= $(shell git describe --tags --match "v*" --abbrev=8 --dirty --always)
|
||||
|
||||
.PHONY: dep fmts fmt imports protoc test lint version help
|
||||
|
||||
|
|
Loading…
Reference in a new issue