-
Notifications
You must be signed in to change notification settings - Fork 20
chore(ci): updates CI to change the OSSRH env vars & honor pre-releases #179
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
Warning Rate limit exceeded@rhamzeh has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 16 minutes and 31 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (1)
WalkthroughThe GitHub Actions workflow was updated to add Java 24 to the test matrix, modify environment variable names for Maven and GPG credentials in publishing jobs, and enhance the release creation job with new parameters for prerelease detection, changelog file specification, draft creation, and release title configuration. Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant GitHub Actions
participant Maven Central
participant GitHub Packages
Developer->>GitHub Actions: Push code / open PR
GitHub Actions->>GitHub Actions: Run tests on Java 11, 17, 21, 24
alt On publish trigger
GitHub Actions->>Maven Central: Publish using MAVEN_USERNAME/PASSWORD and GPG_PRIVATE_KEY/PASSPHRASE
GitHub Actions->>GitHub Packages: Publish using MAVEN_USERNAME/PASSWORD and GPG_PRIVATE_KEY/PASSPHRASE
end
alt On release trigger
GitHub Actions->>GitHub Actions: Create release (uses prerelease_regex, changelog_file, create_draft, release_title)
end
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project status has failed because the head coverage (33.65%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #179 +/- ##
=========================================
Coverage 33.65% 33.65%
Complexity 1003 1003
=========================================
Files 182 182
Lines 6890 6890
Branches 776 776
=========================================
Hits 2319 2319
Misses 4467 4467
Partials 104 104 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
References
Review Checklist
main
Summary by CodeRabbit