Made a Changelog generator for your commits

1 p_bits 1 5/27/2025, 8:46:14 PM gitsaga.io ↗

Comments (1)

p_bits · 1d ago
Hi all! I created this tool to simplify making GitHub release notes from code changes in a project I'm engaged with. It uses o4-mini with a beefy prompt, skipping irrelevant bits (library, build code etc) and provides a couple changelog flavors with stats.

Features that might bring this to the next level:

1. Integrate AST parser for more context 2. Caching the input tokens to allow for cheaper repetition 3. Isolating "Releases" as a feature with 2-way sync 4. Adding prompt/flavor opt-in customizations for end users ..etc

But holding off unless the current tool is already useful? Looking forward to feedback.

Thanks, Petar