You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Umbrella issue to track release activities for ${releaseVersion}
139
+
140
+
- [ ] Readme file for ${releaseVersion}
141
+
- [ ] Migration Guide
142
+
- [ ] Ensure the build is cleared of comparator errors in doc bundles before RC2 build
143
+
- [ ] Preparation of the subsequent development cycle
144
+
- After RC2 was promoted, run the [`Prepare Next Development Cycle`](https://ci.eclipse.org/releng/job/Releng/job/prepareNextDevCycle/) Jenkins job and complete the tasks listed in the PR created by it in this repository.
145
+
- [ ] Run it with final parameters as `dry-run` (ideally shortly) before and verify correctnes.
146
+
147
+
- [ ] Publish ${releaseVersion} to Maven central
148
+
- The final publication should be done one or two days before the release to ensure everything is mirrored at the time of release.
149
+
- [ ] Contribute ${releaseVersion} to SimRel
150
+
- Should be done one day before the release to ensure the SimRel aggregation does not contain the RC I-build repo, which is deleted on release day.
151
+
- [ ] Submit the pending PRs to update build scripts to ${releaseVersion} GA on master and the ${releaseVersion}-maintenance
152
+
- Should be done one day before the release
153
+
154
+
- [ ] Delete the old [`I-build-${releaseVersion}`](https://ci.eclipse.org/releng/job/Builds/) job and its associated [Test jobs](https://ci.eclipse.org/releng/job/AutomatedTests/).
155
+
""".stripIndent())
156
+
}
132
157
utilities.sendEmail(signOffIssueTitle, """\
133
158
Please sign off and declare ${releaseVersion} RC${rcNumber} on
134
-
${issueURL}
159
+
${signOffIssue}
135
160
136
161
${signOffCandidateDetails}
137
-
""")
162
+
""" + (releaseIssue != null ? """
163
+
164
+
The final steps towards the ${releaseVersion} release are tracked in
Copy file name to clipboardExpand all lines: RELEASE.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,8 @@ Tasks to be completed after RC2
56
56
### Release Preparation
57
57
Tasks that need to be completed before Friday
58
58
59
-
* Create an issue to track the current release tasks (see [Release 4.24](https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/273)).
60
-
- Tag @SarikaSinha (Readme), @ktatavarthi (JDT and Platform Migration Guides).
61
-
- A script to create this issue exists [here](scripts/GAReleasePrep.sh) for those who have the hub cli tool installed.
59
+
The job sending the request to sign-off of RC2, also creates the issue to track the final release steps in this repository.
60
+
62
61
***Readme**
63
62
Currently handled by @SarikaSinha
64
63
- Create a tracking issue in [www.eclipse.org-eclipse](https://github.com/eclipse-platform/www.eclipse.org-eclipse) (see [Readme file for 4.26](https://github.com/eclipse-platform/www.eclipse.org-eclipse/issues/24) as an example).
0 commit comments