Summary
Auto-generate CHANGELOG.md from commit messages using conventional commits.
Requirements
- Parse conventional commits (feat:, fix:, etc.)
- Group by type (Features, Fixes, Breaking Changes)
- Link to PRs and issues
- Include contributor credits
Technical Details
- File:
.github/workflows/changelog.yml
- Triggers on release or manually
- May use conventional-changelog or similar
Acceptance Criteria
References
Summary
Auto-generate CHANGELOG.md from commit messages using conventional commits.
Requirements
Technical Details
.github/workflows/changelog.ymlAcceptance Criteria
References