Skip to content

chore: fix cliff template error#442

Merged
Brentlok merged 1 commit intomainfrom
changelog-cliff
Mar 6, 2026
Merged

chore: fix cliff template error#442
Brentlok merged 1 commit intomainfrom
changelog-cliff

Conversation

@Brentlok
Copy link
Contributor

@Brentlok Brentlok commented Mar 6, 2026

Summary by CodeRabbit

  • Bug Fixes
    • Fixed changelog generation to correctly retrieve and display commits within grouped categories.

@coderabbitai
Copy link

coderabbitai bot commented Mar 6, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 0084db58-0e61-4b1e-b49d-2dc3a617438b

📥 Commits

Reviewing files that changed from the base of the PR and between 461d04e and 15880b5.

📒 Files selected for processing (1)
  • packages/uniwind/cliff.toml

📝 Walkthrough

Walkthrough

This pull request modifies the changelog template in the Cliff configuration file by changing how commits are accessed for each group, switching from direct bracket indexing to using a filter-based approach for retrieving grouped commits.

Changes

Cohort / File(s) Summary
Changelog Template
packages/uniwind/cliff.toml
Modified changelog template's per-group commit iteration from grouped[group] to grouped | get(key=group), changing the method of accessing commits for each group from direct indexing to filter-based retrieval.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 A tiny tweak in the changelog's way,
From brackets to filters, hip-hop-hooray!
One line changed, the commits now flow,
Through templates so clean, with a magical glow! ✨

🚥 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 cliff template error' directly describes the main change: fixing an error in the cliff changelog template file (cliff.toml).
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
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changelog-cliff

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.

@Brentlok Brentlok merged commit 0ea5ffc into main Mar 6, 2026
1 of 2 checks passed
@Brentlok Brentlok deleted the changelog-cliff branch March 6, 2026 10:30
@github-actions
Copy link
Contributor

🚀 This pull request is included in v1.6.0. See Release v1.6.0 for release notes.

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.

1 participant