summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-07-24 14:37:16 -0400
committerJames Moger <james.moger@gitblit.com>2013-07-24 15:02:40 -0400
commitfd9086880227cda7dde76b9bdd9d7bb5f1e4891a (patch)
tree25008d02816d0009676f78bb58c708d2be778552 /build.xml
parent95e1bfe1a908c6774f08ba7be90071dc831a07f2 (diff)
downloadgitblit-fd9086880227cda7dde76b9bdd9d7bb5f1e4891a.tar.gz
gitblit-fd9086880227cda7dde76b9bdd9d7bb5f1e4891a.zip
Documentation
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index d995703d..ccbfcfda 100644
--- a/build.xml
+++ b/build.xml
@@ -932,7 +932,7 @@
Tag a new version and prepare for the next development cycle.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
- <target name="tagRelease" depends="prepare">
+ <target name="tagRelease" depends="prepare" description="tag a new version and prepare for the next development cycle">
<!-- release -->
<property name="dryrun" value="false" />
<mx:version stage="release" dryrun="${dryrun}" />