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 301844b commit 5f0aa5bCopy full SHA for 5f0aa5b
build.xml
@@ -58,19 +58,19 @@
58
<arg value="commit"/>
59
<arg value="-a"/>
60
<arg value="-m"/>
61
- <arg value="Release: ${BUILD_NUMBER}"/>
+ <arg value="Release: ${VERSION}"/>
62
</exec>
63
<exec executable="git" checkreturn="true" passthru="true">
64
<arg value="push"/>
65
66
67
<arg value="tag"/>
68
- <arg value="${BUILD_NUMBER}"/>
+ <arg value="${VERSION}"/>
69
70
71
72
<arg value="origin"/>
73
74
75
</target>
76
0 commit comments