Skip to content

chore: add release type and package name to config#267

Open
SoulPancake wants to merge 1 commit intomainfrom
chore/use-packagename-to-avoid-branch-suffix
Open

chore: add release type and package name to config#267
SoulPancake wants to merge 1 commit intomainfrom
chore/use-packagename-to-avoid-branch-suffix

Conversation

@SoulPancake
Copy link
Copy Markdown
Member

Description

What problem is being solved?

How is it being solved?

What changes are made to solve it?

References

Review Checklist

  • I have clicked on "allow edits by maintainers".
  • I have added documentation for new/changed functionality in this PR or in a PR to openfga.dev [Provide a link to any relevant PRs in the references section above]
  • The correct base branch is being used, if not main
  • I have added tests to validate that the change in functionality is working as expected

Copilot AI review requested due to automatic review settings April 11, 2026 19:04
@SoulPancake SoulPancake requested a review from a team as a code owner April 11, 2026 19:04
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 11, 2026

Warning

Rate limit exceeded

@SoulPancake has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 27 minutes and 8 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 62519acd-c0b3-4a5f-b844-bc8b2bf3b0de

📥 Commits

Reviewing files that changed from the base of the PR and between fdee3c6 and 0f2402e.

📒 Files selected for processing (1)
  • release-please-config.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/use-packagename-to-avoid-branch-suffix

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.84%. Comparing base (fdee3c6) to head (0f2402e).

❌ 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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-name field under the root packages["."] configuration.
  • Add a release Conventional Commit type to changelog-sections (hidden).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"release-type": "python",
"packages": {
".": {
"package-name": "",
Copy link

Copilot AI Apr 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Suggested change
"package-name": "",

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants