Skip to content

chore: fix releaser config#377

Merged
SoulPancake merged 1 commit into
mainfrom
chore/fix-releaser-config
Apr 10, 2026
Merged

chore: fix releaser config#377
SoulPancake merged 1 commit into
mainfrom
chore/fix-releaser-config

Conversation

@SoulPancake

@SoulPancake SoulPancake commented Apr 10, 2026

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

Summary by CodeRabbit

  • Chores
    • Updated release automation configuration to improve changelog management.

@SoulPancake
SoulPancake requested a review from a team as a code owner April 10, 2026 08:00
Copilot AI review requested due to automatic review settings April 10, 2026 08:00
@coderabbitai

coderabbitai Bot commented Apr 10, 2026

Copy link
Copy Markdown

Walkthrough

Updated release-please-config.json to add an explicit "package-name": "" field and extended the changelog-sections list with a new "release" section (type: "release", section: "Miscellaneous", hidden: true) alongside the existing hidden "chore" entry.

Changes

Cohort / File(s) Summary
Release Configuration
release-please-config.json
Added explicit package-name field and extended changelog-sections with a new hidden release section entry.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~5 minutes

Possibly related PRs

Suggested reviewers

  • rhamzeh
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: fix releaser config' is directly related to the changeset, which updates the release-please-config.json configuration file. It clearly indicates the main change involves fixing the releaser configuration.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/fix-releaser-config

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 85.79%. Comparing base (ac0eb84) to head (d0182df).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #377   +/-   ##
=======================================
  Coverage   85.79%   85.79%           
=======================================
  Files          26       26           
  Lines        1267     1267           
  Branches      225      225           
=======================================
  Hits         1087     1087           
  Misses        110      110           
  Partials       70       70           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 release PRs/commits with the project’s Conventional Commit and changelog conventions.

Changes:

  • Adds a package-name field to the root package config.
  • Updates changelog section mapping to explicitly handle release commit type (hidden).

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

Comment thread release-please-config.json

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
release-please-config.json (1)

7-7: Remove empty package-name field

The "package-name": "" field at line 7 is ignored by release-please for release-type: "node", since the package name is inferred from package.json. Remove it to keep the configuration clean.

♻️ Proposed cleanup
-      "package-name": "",
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@release-please-config.json` at line 7, The release-please config contains an
empty "package-name" field that is ignored for release-type: "node"; remove the
"package-name": "" entry from release-please-config.json so the tool will infer
the package from package.json and keep the config clean (look for the
"package-name" key in release-please-config.json and delete that property).
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@release-please-config.json`:
- Line 7: The release-please config contains an empty "package-name" field that
is ignored for release-type: "node"; remove the "package-name": "" entry from
release-please-config.json so the tool will infer the package from package.json
and keep the config clean (look for the "package-name" key in
release-please-config.json and delete that property).

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 8ae68181-6266-44e4-8a97-14b2c5150ab0

📥 Commits

Reviewing files that changed from the base of the PR and between ac0eb84 and d0182df.

📒 Files selected for processing (1)
  • release-please-config.json

@SoulPancake
SoulPancake added this pull request to the merge queue Apr 10, 2026
Merged via the queue into main with commit 1b2ac8f Apr 10, 2026
31 checks passed
@SoulPancake
SoulPancake deleted the chore/fix-releaser-config branch April 10, 2026 08:21
@SoulPancake SoulPancake linked an issue Apr 14, 2026 that may be closed by this pull request
1 task
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.

[Feature] Automate JavaScript SDK release process

4 participants