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] Add basic validation for release preparation pipeline
- Verify that all Maven parent versions are properly updated by running
a simple 'mvn clean' build
- search for leftover occurrences of old version in relevant files
- This allows to remove the 'updateProductVersion.sh' script, which
cannot apply a change anymore.
- Make replacements more robust by checking if it was really applied.
Copy file name to clipboardExpand all lines: RELEASE.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,6 @@ Previously they were created in ther own job:
183
183
#### **Version Updates:**
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
-
If you cloned eclipse.platform.releng.aggregator's submodules you can fix the set version and run [updateProductVersion.sh](scripts/updateProductVersion.sh) to update most of the versions.
187
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.
188
187
-**Update version number in mac's Eclipse.app**
189
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`
0 commit comments