chore: fix release pipeline for publish gradle file#339
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #339 +/- ##
============================================
- Coverage 38.48% 38.47% -0.02%
+ Complexity 1268 1267 -1
============================================
Files 198 198
Lines 7704 7704
Branches 900 900
============================================
- Hits 2965 2964 -1
Misses 4591 4591
- Partials 148 149 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThe POM version in the Maven publication configuration is pinned to a literal value with a release-please version marker, and the release-please configuration is updated to track this file during automated releases. ChangesRelease Automation Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the 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. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
There was a problem hiding this comment.
Pull request overview
Updates release-please configuration to also bump versions in publish.gradle, and adds a release-please version marker in the publishing script to support automated releases.
Changes:
- Added
publish.gradletorelease-please-config.jsonextra-filesso release-please will update it during releases. - Replaced
project.versionusage inpublish.gradlewith a literal version string annotated withx-release-please-version.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| release-please-config.json | Adds publish.gradle to release-please’s tracked extra files for version bumping. |
| publish.gradle | Introduces an x-release-please-version marker by hardcoding the version in publishing metadata. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
mainSummary by CodeRabbit