Skip to content

Commit

Permalink
running the edge-release task also sets the git tag now.
Browse files Browse the repository at this point in the history
  • Loading branch information
rzwitserloot committed Sep 4, 2018
1 parent a39ef3b commit b605415
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions buildScripts/website.ant.xml
Expand Up @@ -209,6 +209,16 @@ such as applying the templates to produce the website, converting the changelog
username="${ssh.username}"
keyfile="${ssh.keyfile}"
knownHosts="ssh.knownHosts" />
<exec executable="/usr/bin/git">
<arg value="tag" />
<arg value="-f" />
<arg value="live" />
</exec>
<exec executable="/usr/bin/git">
<arg value="push" />
<arg value="-f" />
<arg value="--tags" />
</exec>
</target>

<target name="javadoc" description="Generates the javadoc" depends="-ensure-version, -ensure-fullversion" unless="skip.javadoc">
Expand Down

0 comments on commit b605415

Please sign in to comment.