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
[RelEng] Support individual updates in release preparation pipeline
Introduce the possibility to perform custom changes in each sub-module
to prepare it for a new development cycle.
Projects that require additional custom changes can implement them in a
script named exactly 'prepareNextDevCycle.sh'.
Copy file name to clipboardExpand all lines: RELEASE.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,8 +184,6 @@ Previously they were created in ther own job:
184
184
- Running the [`Prepare Next Development Cycle`](https://ci.eclipse.org/releng/job/Releng/job/prepareNextDevCycle/) job will update pom and product versions for the Eclipse repositories and submit pull requests for the changes.
185
185
This is still a work in progress so if there are any issues or a repo gets missed you can fall back to the old process below:
186
186
Once that's done it's easiest to just grep for the previous release version or stream number to find the remaining instances that need to be updated, then commit the changes in a new branch for each repo.
187
-
-**Update version number in mac's Eclipse.app**
188
-
- In [eclipse-equinox/equinox](https://github.com/eclipse-equinox/equinox) update the versions in the Info.plist for both architectures under `eclipse-equinox/equinox/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx`
189
187
-**Update comparator repo and eclipse run repo**
190
188
- Update the ECLIPSE_RUN_REPO in the [cje-production](cje-production) buildproperties.txt files
0 commit comments