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 d304539 Updated Release Manager Notes (markdown)
d304539 is described below
commit d304539a39adbe40d8ab0ee966bc3d8891e1bd5e
Author: aharui <[email protected]>
AuthorDate: Wed Nov 14 10:14:01 2018 -0800
Updated Release Manager Notes (markdown)
---
Release-Manager-Notes.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Release-Manager-Notes.md b/Release-Manager-Notes.md
index e650bc8..1b92409 100644
--- a/Release-Manager-Notes.md
+++ b/Release-Manager-Notes.md
@@ -252,6 +252,8 @@ Use double blackslash on Windows and single forward slash
on Mac. Set the svn p
## Release Steps
+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.
+
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).