-
Notifications
You must be signed in to change notification settings - Fork 214
Prepare the repo for 12.3.0 release #1394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Uses https://github.com/eclipse-orbit/orbit-simrel/blob/main/report/maven-osgi/cdt/updated.target as a source + latest repos for dependencies. We need to use linuxtools docker nightly still as there are some version changes that we need to pick up for 2025-12 in docker-client from org.mandas (see eclipse-linuxtools/org.eclipse.linuxtools#530)
Using this command: `mvn org.eclipse.tycho.extras:tycho-version-bump-plugin:update-manifest` and `mvn verify org.eclipse.tycho:tycho-versions-plugin:bump-versions -Dtycho.bump-versions.increment=100 -DskipDoc=true -DskipTests=true -P baseline-compare-and-replace -fae -Djgit.dirtyWorkingTree-cdtDefault=warning` as documented in RELEASING.md
Added explanation to RELEASING.md + the script itself so that the next person doesn't have as much of a struggle here.
Test Results 449 files - 136 449 suites - 136 35m 29s ⏱️ + 21m 49s For more details on these errors, see this check. Results for commit d6254d3. ± Comparison against base commit d49354d. This pull request removes 5256 and adds 1814 tests. Note that renamed tests count towards both.This pull request removes 6 skipped tests and adds 120 skipped tests. Note that renamed tests count towards both. |
|
The license check is about a dependency we pull from platform (lucene). The GitHub CI check is a known unstable test. Therefore I declare this ready to go. |
Prepare the release (part of #1338)
I decided to do this on main branch because most of these changes we want on main as part of the prep for 12.4. I will make the final commit in the PR the branchpoint once merged.