We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4be022 commit fa1092dCopy full SHA for fa1092d
build.xml
@@ -97,7 +97,7 @@ Builds the project via ant (obviously).
97
98
<exec executable="bash" dir="${basedir}" outputproperty="version_num">
99
<arg value="-c"/>
100
- <arg value="git describe --tags"/>
+ <arg value="git describe | sed -n 's/v[.]*\([a-zA-Z0-9.]*\)[-]*.*/\1/p'"/>
101
</exec>
102
<exec executable="bash" dir="${basedir}" outputproperty="branch">
103
0 commit comments