name: release-notes description: Generate release notes from change lists, PR summaries, or commit messages. Use when the user asks for release notes/发布说明/变更记录.
Release Notes
Workflow
- Group changes into Added, Fixed, Changed, and Deprecated if applicable.
- Highlight user-visible impact and breaking changes.
- Keep each entry short and user-friendly.
- Include version/date if provided.
Output format
Release:
- Version:
- Date:
Added:
- ...
Changed:
- ...
Fixed:
- ...
Breaking changes:
- ...
Notes:
- ...
Notes
- If version/date are missing, set to TBC.
- Avoid internal implementation details unless requested.