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 2019/06/10 18:24:06 UTC

[royale-asjs.wiki] branch master updated: Updated Release Manager Notes (markdown)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 917db1f  Updated Release Manager Notes (markdown)
917db1f is described below

commit 917db1f4968b1802b388114994db022d86747dfd
Author: aharui <ah...@apache.org>
AuthorDate: Mon Jun 10 11:24:03 2019 -0700

    Updated Release Manager Notes (markdown)
---
 Release-Manager-Notes.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Release-Manager-Notes.md b/Release-Manager-Notes.md
index cd21763..d187bba 100644
--- a/Release-Manager-Notes.md
+++ b/Release-Manager-Notes.md
@@ -256,6 +256,10 @@ Use double blackslash on Windows and single forward slash on Mac.  Set the svn p
 
 Note: There is some evidence that internet connection bandwidth is really important.  The scripts kept hanging for me trying to access the Maven repo if I was watching videos on another computer while waiting for the scripts to finish.
 
+There are at least two ways of creating release artifacts:
+A) Using the CI Server (Instructions below)
+B) [Using the releasecandidate.xml scripts](Creating Releases With releasecandidate.xml)
+
 The release scripts assume that each of the 3 repos is properly versioned.  The scripts assume that the version numbers in certain files reflect the version being released.  The RM may need to verify that the following files have the following versions:
 A) All pom.xml files have the SNAPSHOT version of the release.  So if releasing 0.9.4, then the pom.xml files should be version 0.9.4-SNAPSHOT.  There are some properties with versions in the pom.xml files that may need to be upgraded to 0.9.4 as well.
 B) build.properties lists the correct version (without -SNAPSHOT).