You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by ap...@gmail.com on 2022/03/07 16:49:20 UTC

Release Step 013 Succeeded

Note: before running these steps make sure that PLAYERGLOBAL_HOME is set and that you have PlayerGlobal installed under <PLAYERGLOBAL_HOME>/11.7/playerglobal.swc

From the royale-asjs repo
1. Run ant -f releasesteps.xml Release_Step_013 -Drelease.version=0.9.9 -Droyale.swc-date="2/10/22 9:06 -0800." -Dplayerglobal.version=11.7 -Dflat.donot.ask=true -Drc=2 -DskipTests=true
This will download the artifacts then unzip and compile the source artifact.
2. Validate that the compiled artifacts match the downloaded artifacts.
3. If they do, then run ant -f releasesteps.xml Release_Step_013_Sign -Drelease.version=0.9.9
This will PGP sign the source and convenience binary packages
4. Then run ant -f releasesteps.xml Release_Step_013_Upload -Drelease.version=0.9.9 -Drc=2
This will upload the signed artifacts to dist.apache.org.