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.
2 parents d2480dc + 4827bf1 commit d3ca0bbCopy full SHA for d3ca0bb
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