-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Feature Request: Add Automated CHANGELOG #4872
Copy link
Copy link
Closed
Labels
category/developmentDevelopment experienceDevelopment experiencepriority/P3Low - Minor, cosmetic, nice-to-fix issuesLow - Minor, cosmetic, nice-to-fix issuesscope/ci-cdContinuous integration/deploymentContinuous integration/deploymentscope/documentationDocumentation toolingDocumentation toolingtype/feature-requestNew feature or enhancement requestNew feature or enhancement request
Metadata
Metadata
Assignees
Labels
category/developmentDevelopment experienceDevelopment experiencepriority/P3Low - Minor, cosmetic, nice-to-fix issuesLow - Minor, cosmetic, nice-to-fix issuesscope/ci-cdContinuous integration/deploymentContinuous integration/deploymentscope/documentationDocumentation toolingDocumentation toolingtype/feature-requestNew feature or enhancement requestNew feature or enhancement request
Type
Fields
Give feedbackNo fields configured for issues without a type.
What would you like to be added?
Add a
CHANGELOG.mdthat automatically syncs with each release, summarizing new features, parameter changes, and notable improvements per version.Claude Code's CHANGELOG
Why is this needed?
Currently, discovering new features and changes between releases requires digging through commit history or release notes. A centralized changelog makes it easy for users to quickly understand what's new in each version, especially for new parameters, CLI flags, and behavior changes.
Additional context
No response