ZeroZ-lab avatar

release-notes

Generate release notes from change lists, PR summaries, or commit messages. Use when the user asks f

提供方 ZeroZ-lab|开源

Release Notes

Workflow

  1. Group changes into Added, Fixed, Changed, and Deprecated if applicable.
  2. Highlight user-visible impact and breaking changes.
  3. Keep each entry short and user-friendly.
  4. 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.