scmversion: Second part of beta -> preview

This commit is contained in:
Connor McLaughlin
2020-12-25 13:58:50 +10:00
parent c0cc0a371b
commit fd39f09aa7
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
VERSION_FILE="scmversion.cpp"
HASH=$(git rev-parse HEAD)
BRANCH=$(git rev-parse --abbrev-ref HEAD | tr -d '\r\n')
TAG=$(git describe --tags --dirty --exclude latest --exclude beta | tr -d '\r\n')
TAG=$(git describe --tags --dirty --exclude latest --exclude preview | tr -d '\r\n')
DATE=$(git log -1 --date=iso8601-strict --format=%cd)
SIGNATURE_LINE="// ${HASH} ${BRANCH} ${TAG} ${DATE}"