Writing changelogs is one of those developer tasks that sounds simple until you are staring at a messy commit history.
Some commits matter to users. Some are internal cleanup. Some are merge commits. Some are meaningful only if you already know the codebase. I built a small Python example that turns commit messages or git diffs into structured changelog JSON using Telnyx AI Inference.
Code: https://github.com/team-telnyx/telnyx-code-examples/tree/main/changelog-generator-python
What it does
The Flask app exposes:






