Stop hand-writing changelogs from commit logs
Changelogs are the first thing to rot on a fast-moving team. Someone scrolls through git log the day before a release, copies a few commit subjects, and calls it done - while half the actual work stays invisible. An AI changelog generator fixes this by working from the source of truth: the merged pull requests that make up a release, complete with their titles, descriptions, and linked issues.
FeatureFactory reads that history directly and drafts one clear entry per meaningful change, grouped into features, fixes, performance, and breaking changes. Terse or noisy commits get collapsed into readable lines, and PR and issue links are preserved so readers can dig in. It plugs into the same delivery data behind our pull request analytics, so the changelog is never a separate, hand-maintained artifact.
The result is a changelog that stays accurate because it is generated, not transcribed. You review and edit rather than author from scratch, which is the difference between a changelog that ships every release and one that quietly falls three versions behind.