[#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:
Pavel Karpy 2022-09-06 10:50:50 +03:00 committed by LeL
parent 9e17cdfc76
commit fcf1d02afc

View file

@ -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