Skip to content

chore: add pull request title pattern for releases#375

Merged
SoulPancake merged 2 commits into
mainfrom
chore/pr-title
Apr 10, 2026
Merged

chore: add pull request title pattern for releases#375
SoulPancake merged 2 commits into
mainfrom
chore/pr-title

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 process configuration to standardize pull request title formatting with version numbers.

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

coderabbitai Bot commented Apr 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 99f87f6e-18b0-42ea-ae65-b580323a3254

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Walkthrough

Updates the Release Please configuration to define a custom pull request title pattern. The new pattern formats generated release PR titles as "release: v{version}" where the version number is interpolated at generation time.

Changes

Cohort / File(s) Summary
Release Configuration
release-please-config.json
Adds pull-request-title-pattern setting to standardize release PR titles to format release: v${version}.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • emilic
  • 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: add pull request title pattern for releases' accurately summarizes the main change: adding a pull-request-title-pattern configuration to release-please-config.json for formatting release PR titles.
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/pr-title

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

codecov-commenter commented Apr 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.79%. Comparing base (211439b) to head (5f60464).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #375   +/-   ##
=======================================
  Coverage   85.79%   85.79%           
=======================================
  Files          26       26           
  Lines        1267     1267           
  Branches      249      225   -24     
=======================================
  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

Adds a release-please configuration setting so the automatically generated release PR title follows a predictable Conventional Commit format, aligning with this repo’s PR title checks and release workflow trigger conditions.

Changes:

  • Configure release-please to use a custom release PR title pattern (release: v${version}).

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

rhamzeh
rhamzeh previously approved these changes Apr 10, 2026
@rhamzeh
rhamzeh added this pull request to the merge queue Apr 10, 2026
@SoulPancake
SoulPancake removed this pull request from the merge queue due to a manual request Apr 10, 2026
@SoulPancake
SoulPancake added this pull request to the merge queue Apr 10, 2026
Merged via the queue into main with commit ac0eb84 Apr 10, 2026
26 checks passed
@SoulPancake
SoulPancake deleted the chore/pr-title branch April 10, 2026 07:31
@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