AI Changelog Generator
Generate semantic versioning style changelog entries automatically using OpenAI to analyze pull requests.
Prompt
"Build a workflow that runs on every merged PR, fetches the PR title + description + changed files, and uses OpenAI to auto-generate a potential changelog entry. Append it to `CHANGELOG.md` in semantic versioning style."