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 871c6a9  Created Release Manager Notes (markdown)
871c6a9 is described below

commit 871c6a97f08d85c3c513c049edd36d0fc05998e5
Author: aharui <[email protected]>
AuthorDate: Thu Dec 28 23:35:55 2017 -0800

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

diff --git a/Release-Manager-Notes.md b/Release-Manager-Notes.md
new file mode 100644
index 0000000..e2bdf3c
--- /dev/null
+++ b/Release-Manager-Notes.md
@@ -0,0 +1,14 @@
+Royale releases will consist of the bundling of all 3 repos (royale-compiler, 
royale-typedefs, royale-asjs) into a single source artifact, and release 
convenience binaries of Maven artifacts, NPM artifacts and IDE-compatible 
artifacts.
+
+The release manager must be able to run Maven and Ant and have an Adobe AIR 
SDK and Adobe Flash SDK (playerglobal.swc and Flash Projector Content Debugger) 
installed, and environment variables set up.
+
+AIR_HOME
+PLAYERGLOBAL_HOME
+FLASHPLAYER_DEBUGGER
+
+Maven release steps use the Maven release plugin which makes uses SSH instead 
of HTTPS to connect to Git.  So you must first follow the steps for their OS:
+
+[Windows](http://help.github.com/msysgit-key-setup/)
+[Mac OSX](http://help.github.com/mac-git-installation/)
+
+It appears that Maven will do its work without updating the local working 
copy.  So doing a "git pull" after the Maven steps is advised.  For example, 
Maven pushed changes and a new branch to the remote, but my local working copy 
still said I had changes to commit.
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to