This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch release_practice
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/release_practice by this push:
new 4df7c50 fix ant script
4df7c50 is described below
commit 4df7c501904687c6df95a22cb7aec4e4221e3e59
Author: Alex Harui <[email protected]>
AuthorDate: Thu Mar 7 09:16:38 2019 -0800
fix ant script
---
releasesteps.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/releasesteps.xml b/releasesteps.xml
index 3543f44..106d179 100644
--- a/releasesteps.xml
+++ b/releasesteps.xml
@@ -684,6 +684,9 @@
<ant dir="${basedir}/artifacts/royale-asjs" target="main" />
</target>
+ <target name="validate-ant-bits">
+ </target>
+
<target name="main" description="Perform required release approval steps">
</target>
</project>