What problem does it solve?
Generate concise, structured changelogs from recent merges to the main branch so engineering teams don't have to manually compile PR summaries, track breaking changes, or credit contributors.
Core Features & Use Cases
- Analyze PR metadata, labels, linked issues, and descriptions to identify new features, bug fixes, performance and developer-experience improvements.
- Highlight breaking changes first, group user-facing features and bug fixes, and include PR numbers and contributor shoutouts for traceability.
- Produce outputs formatted for short-team channels (Discord) with length validation, include deployment notes (migrations, env updates), and provide a "quiet day" fallback when no merges exist.
- Support daily or weekly cadences and can use gh CLI to fetch PR details and labels when available.
Quick Start
Create a daily changelog summarizing PRs merged to main in the last 24 hours, grouping new features, bug fixes, and breaking changes, and include PR numbers and contributor shoutouts.