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 2020/04/02 03:47:52 UTC

[royale-asjs.wiki] branch master updated: Created Task List For Royale Releases (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 4c82bcd  Created Task List For Royale Releases (markdown)
4c82bcd is described below

commit 4c82bcd8609961b82cb40803c2defafd8ee6099b
Author: aharui <ah...@apache.org>
AuthorDate: Wed Apr 1 20:47:50 2020 -0700

    Created Task List For Royale Releases (markdown)
---
 Task-List-For-Royale-Releases.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/Task-List-For-Royale-Releases.md b/Task-List-For-Royale-Releases.md
new file mode 100644
index 0000000..a340692
--- /dev/null
+++ b/Task-List-For-Royale-Releases.md
@@ -0,0 +1,20 @@
+The token:
+* `$releaseversion` represents the current release.
+* `$rc` represents the current release candidate number.
+* 'mavenfoldernumber' represents the name of the staging repo folder on https://repository.apache.org 
+
+1. Determine if compiler-jburg-types or compiler-build-tools needs to be released.  If not skip to step 12.
+2. In royale-compiler/compiler-jburg-types and/or compiler-build-tools, run `mvn release:prepare -Dtag=org.apache.royale.compiler-build-tools-$releaseversion-rc$rc`
+3. Then run: `mvn release:perform`
+4. Using SVN, clone https://dist.apache.org/repos/dist/dev/royale
+5. create a compiler-build-tools and/or compiler-jburg-types folder
+6. Copy the files source package and jar and checksum and signature files from the staging repo to that folder
+7. Add the ApproveXXX.xml file from the repo.
+8. Commit the files.
+9. Send an email with the subject [DISCUSS] Discuss Release Apache Royale Compiler Build Tools (note that the word Discuss is both in brackets and outside of brackets so that Gmail and other email clients separate the threads).
+10. Send an email with the subject [VOTE] Release Apache Royale Compiler Build Tools.
+11. When the vote passes:  Hit the "release" button at https://repository.apache.org
+12. Run `svn mv dev/royale/compiler-build-tools release/royale'
+13. Commit that change.
+14. 
+