mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-22 04:39:19 +08:00
fix: changelog error
Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
5a8f2e8157
commit
36cd78c3be
@ -59,7 +59,9 @@ $(shell mkdir -p $(TMP_DIR))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(origin VERSION), undefined)
|
ifeq ($(origin VERSION), undefined)
|
||||||
VERSION := $(shell git describe --abbrev=0 --dirty --always --tags | sed 's/-/./g')
|
# VERSION := $(shell git describe --abbrev=0 --dirty --always --tags | sed 's/-/./g') #v2.3.3.dirty
|
||||||
|
VERSION := $(shell git describe --tags --always --match="v*" --dirty | sed 's/-/./g') #v2.3.3.631.g00abdc9b.dirty
|
||||||
|
# v2.3.3: git tag
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Check if the tree is dirty. default to dirty(maybe u should commit?)
|
# Check if the tree is dirty. default to dirty(maybe u should commit?)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user