diff options
author | Jonah Graham | 2020-08-27 17:34:46 +0000 |
---|---|---|
committer | Jonah Graham | 2020-08-31 20:25:18 +0000 |
commit | a767c2d943dd96fed22866c3d63922a9e1d1dac3 (patch) | |
tree | 82f97f61a7679d11aaa977a802667935489b3777 | |
parent | 9437eb9ca52e6e6ae1e2b6503ecb5a5cfbba363e (diff) | |
download | org.eclipse.epp.packages-a767c2d943dd96fed22866c3d63922a9e1d1dac3.tar.gz org.eclipse.epp.packages-a767c2d943dd96fed22866c3d63922a9e1d1dac3.tar.xz org.eclipse.epp.packages-a767c2d943dd96fed22866c3d63922a9e1d1dac3.zip |
Add step for Notarize MacOSX job to release process
Change-Id: I723c69641fcef5fb8ba8633083a014d5b9c0d0be
-rw-r--r-- | RELEASING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASING.md b/RELEASING.md index fbbbf71a..db4abed4 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -51,6 +51,7 @@ build=20191212-1212 ``` - [ ] Run the [Promote a Build](https://ci.eclipse.org/packaging/job/promote-a-build/) CI job to prepare build artifacts and copy them to download.eclipse.org - [ ] Run the build once in `DRY_RUN` mode to ensure that the output is correct before it is copied to download.eclipse.org. +- [ ] Run the [Notarize MacOSX Downloads](https://ci.eclipse.org/packaging/job/notarize-downloads/) CI job to notarize DMG packages on download.eclipse.org - [ ] Send email to epp-dev to request package maintainers test it. - [ ] **On M1-RC1 release day** approximately 9:30am check: - [ ] copy the composite\*RC1.jar files over the composite\*.jar files in https://download.eclipse.org/technology/epp/packages/2020-03/ - this is done automatically with the https://ci.eclipse.org/packaging/view/Packages/job/epp-makeVisible/ which is automatically triggered by simrel's https://ci.eclipse.org/simrel/view/All/job/simrel.releng.makeVisible/ |