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."