This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit bc463cef9240c17f41b863fb7321b5617b8779e8
Author: Alex Harui <aha...@apache.org>
AuthorDate: Sun Nov 18 23:57:54 2018 -0800

    try pushing npm before updating versions
---
 releasecandidate.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releasecandidate.xml b/releasecandidate.xml
index 3209c4a..4109be0 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -1113,10 +1113,10 @@ ${my.name}
         <!-- this is intended to merge the tag to master because it should 
have the right versions in it -->
         <antcall target="merge_rc_to_master" />
         <antcall target="get_head_of_rc_branches" />
+        <antcall target="release.npm" />
         <antcall target="update.versions" />
         <antcall target="merge_rc_to_develop" />
         <antcall target="release.maven.staging.repo" />
-        <echo>Also run the release.npm target</echo>
        </target>
 
     <target name="release.tag" depends="check-royale-asjs, 
check-royale-typedefs, check-royale-compiler">

Reply via email to