We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21759a2 commit 4827bf1Copy full SHA for 4827bf1
engine/Makefile
@@ -7,7 +7,7 @@ GOARCH = amd64
7
8
COMMIT?=$(shell git rev-parse HEAD)
9
BUILD_TIME?=$(shell date -u '+%Y%m%d-%H%M')
10
-VERSION=$(shell git describe --tags 2>/dev/null || echo "${COMMIT}")
+VERSION=$(shell git describe --tags --match "v*" 2>/dev/null || echo "${COMMIT}")
11
12
# Symlink into GOPATH
13
BUILD_DIR=${GOPATH}/${SERVER_BINARY}
0 commit comments