Skip to content

feat!: Automatically categorize changelog entries with conventional commit type#160

Merged
Mrtenz merged 2 commits intomainfrom
mrtenz/enable-auto-categorize
Apr 16, 2026
Merged

feat!: Automatically categorize changelog entries with conventional commit type#160
Mrtenz merged 2 commits intomainfrom
mrtenz/enable-auto-categorize

Conversation

@Mrtenz
Copy link
Copy Markdown
Member

@Mrtenz Mrtenz commented Apr 16, 2026

This enables the autoCategorize option on auto-changelog, which automatically categorizes entries based on the conventional commit type.

Closes #159.

Breaking changes

  • The generated changelog is now different for commits with conventional commit types.

Note

Medium Risk
Changes release/changelog generation behavior (including a breaking output format change), which could affect downstream tooling or expectations during publishing, but does not touch runtime product logic or security-sensitive code.

Overview
Enables autoCategorize when calling @metamask/auto-changelog during updatePackageChangelog, causing generated changelog entries to be grouped by conventional commit type.

Updates unit tests and the built dist/index.js bundle to assert/pass the new autoCategorize: true option through to updateChangelog.

Reviewed by Cursor Bugbot for commit f7d0290. Bugbot is set up for automated code reviews on this repo. Configure here.

@Mrtenz Mrtenz marked this pull request as ready for review April 16, 2026 18:26
@Mrtenz Mrtenz requested a review from a team as a code owner April 16, 2026 18:26
Copy link
Copy Markdown
Contributor

@mcmire mcmire left a comment

Choose a reason for hiding this comment

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

Makes sense!

@Mrtenz Mrtenz merged commit 600f5fd into main Apr 16, 2026
23 checks passed
@Mrtenz Mrtenz deleted the mrtenz/enable-auto-categorize branch April 16, 2026 19:36
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.

Add option to auto-categorize change entries

2 participants