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 ec80e37 + c275fff commit 677b654Copy full SHA for 677b654
build_release.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -e
3
4
-version=$(git describe | sed 's/^v//')
+version=$(git describe --tags | sed 's/^v//')
5
cwd=`pwd`
6
7
git checkout -- pom.xml
0 commit comments