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 250f692 commit 5ae5148Copy full SHA for 5ae5148
run.sh
@@ -9,7 +9,7 @@ edition=${1:-enterprise}
9
environ=${2:-dev}
10
11
build=`date -u +%Y%m%d.%H%M%S`
12
-version=`git describe`
+version=`git describe --tags $(git rev-list --tags --max-count=1)`
13
# tag=`git rev-parse --short HEAD`
14
version_build="$edition-$version"
15
0 commit comments