You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/01/08 16:31:47 UTC

[royale-asjs] branch develop updated: more tweaks to rc script

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


The following commit(s) were added to refs/heads/develop by this push:
     new 406f015  more tweaks to rc script
406f015 is described below

commit 406f01563d055b1d9cb7a1aa9b9690aab48a7be2
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Jan 8 08:31:33 2018 -0800

    more tweaks to rc script
---
 releasecandidate.xml | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/releasecandidate.xml b/releasecandidate.xml
index 1a82470..d2173b7 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -852,16 +852,25 @@ At a minimum you would be expected to check that:\n\
 - That the build script completes successfully\n\
 - That you can compile and cross-compile a simple example using the SDK.\n\
 \n\
-The source package is set up the same way as the repo.  This means that\n\
-the results of the build are not the same as an IDE-compatible SDK.  The\n\
-compiled source package can be used in combination with the Royale Transpiler\n\
-source package to compile some of the sample applications.\n\
+The source package is a combination of the 3 main Royale repos.\n\
 \n\
 To use the binary package, unzip it into a folder.  The -js package is\n\
 ready-to-use in an IDE or command-line.  If you need SWF output, use the\n\
 -royale package and use Apache Ant to run the InstallAdobeSDKs script via:\n\
   ant -f InstallAdobeSDKs.xml\n\
 \n\
+You may also get the binary packages via NPM.  The -js package can be\n\
+installed via:\n\
+\n\
+npm install https://dist.apache.org/repos/dist/dev/royale/${release.version}/rc${rc}/binaries/apache-royale-jsonly-${release.version}-bin.tar.gz -g\n\
+\n\
+The full package with SWF support can be installed via:\n\
+\n\
+npm install https://dist.apache.org/repos/dist/dev/royale/${release.version}/rc{rc}/binaries/apache-royale-${release.version}-bin.tar.gz -g\n\
+\n\
+Maven artifacts are staged here:\n\
+https://repository.apache.org/content/repositories/orgapacheroyale-${maven.staging.folder.number}\n\
+\n\
 Please vote to approve this release:\n\
 +1 Approve the release\n\
 -1 Disapprove the release (please provide specific comments to why)\n\
@@ -953,9 +962,9 @@ ${my.name}
 			<arg value="Apache Royale ${release.version}" />
 		</exec>
         <antcall target="release.tag" />
+        <antcall target="merge_rc_to_master" />
         <antcall target="update.versions" />
         <antcall target="merge_rc_to_develop" />
-        <antcall target="merge_rc_to_master" />
 	</target>
 
     <target name="release.tag" >

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].