[#414] make: Fix commit abbrev length in version

Make it uniform across all our repos.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
pull/1/head
Pavel Karpy 2022-09-06 10:50:50 +03:00 committed by LeL
parent 9e17cdfc76
commit fcf1d02afc
1 changed files with 1 additions and 1 deletions

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