AI Changelog Generator
「AI変更履歴ジェネレーター」
Generate semantic versioning style changelog entries automatically using OpenAI to analyze pull requests.
「OpenAIを使用してプルリクエストを分析し、セマンティックバージョニング形式の変更ログエントリを自動生成します。」
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."