What is towncrier?
trunktowncrier is a utility designed to produce summarized news files (changelogs) for your project. Instead of parsing Git history or maintaining a single monolithic changelog file that causes merge conflicts, it aggregates information from individual "news fragments" (also known as "topfiles" or "newsfiles").
These fragments are small files created by developers that contain only the information useful to end users, effectively separating the technical developer log from the user-facing news digest.