ci: migrate release publishing to central plugin#131
Merged
nobodyiam merged 1 commit intoapolloconfig:mainfrom Feb 19, 2026
Merged
ci: migrate release publishing to central plugin#131nobodyiam merged 1 commit intoapolloconfig:mainfrom
nobodyiam merged 1 commit intoapolloconfig:mainfrom
Conversation
Contributor
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... ✏️ Tip: You can disable in-progress messages and the fortune message in your review settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #131 +/- ##
============================================
+ Coverage 68.68% 70.96% +2.28%
- Complexity 1503 1632 +129
============================================
Files 212 224 +12
Lines 6396 6727 +331
Branches 647 679 +32
============================================
+ Hits 4393 4774 +381
+ Misses 1673 1601 -72
- Partials 330 352 +22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's the purpose of this PR
Migrate Apollo Java release publishing to Sonatype Central's official Maven plugin flow, and remove the now-obsolete OSSRH compatibility publish orchestration.
Which issue(s) this PR fixes:
Fixes #N/A (release infrastructure migration)
Brief changelog
org.sonatype.central:central-publishing-maven-pluginPUBLISHED.github/workflows/release.ymlto a single Central publish pathsonatype-publish.ymlworkflow and related helper scriptsdistributionManagementendpoints tied to old OSSRH workflowFollow this checklist to help us incorporate your contribution quickly and easily:
mvn clean testto make sure this pull request doesn't break anything.CHANGESlog.Validation executed
mvn -B -q -DskipTests -Prelease help:evaluate -Dexpression=project.version -DforceStdoutmvn help:describe -Dplugin=org.sonatype.central:central-publishing-maven-plugin:0.10.0 -Ddetail -Dgoal=publish -DskipTestsSummary by CodeRabbit
New Features
Chores