chore: add release type and package name to config#267
chore: add release type and package name to config#267SoulPancake wants to merge 1 commit intomainfrom
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 27 minutes and 8 seconds. ⌛ 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. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ 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. ❌ Your project status has failed because the head coverage (69.84%) 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 #267 +/- ##
=======================================
Coverage 69.84% 69.84%
=======================================
Files 140 140
Lines 10743 10743
=======================================
Hits 7503 7503
Misses 3240 3240 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Updates the repository’s release-please configuration to better align Conventional Commit grouping with this repo’s release workflow and to explicitly set package metadata for the root package.
Changes:
- Add a
package-namefield under the rootpackages["."]configuration. - Add a
releaseConventional Commit type tochangelog-sections(hidden).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "release-type": "python", | ||
| "packages": { | ||
| ".": { | ||
| "package-name": "", |
There was a problem hiding this comment.
package-name is set to an empty string. In release-please this field is used as the component/package identifier; leaving it blank can produce invalid or confusing release PR titles/tags, and may fail schema validation. Either remove package-name entirely (to use defaults) or set it to the actual distribution name (e.g., openfga-sdk as declared in pyproject.toml).
| "package-name": "", |
Description
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
main