1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

fix our bump-version to push only the current tag

This commit is contained in:
Jesse Vincent 2011-03-29 12:24:19 +08:00
parent 03d05e9331
commit 0f896ff606

View File

@ -94,7 +94,7 @@
<arg line="push"/> <arg line="push"/>
</exec> </exec>
<exec executable="git" failonerror="true"> <exec executable="git" failonerror="true">
<arg line="push --tags"/> <arg line="push tag ${version-name}"/>
</exec> </exec>
</target> </target>