Write Release Notes Generate clear, informative, and enthusiastic release notes by pulling live data from GitHub and synthesizing every PR into a cohesive narrative. Workflow 1. Fetch Release Data Run the bundled script to pull the release metadata and all linked PR details in one shot: - : The release tag (e.g. ) - : Optional. Defaults to the current repo detected via . The script outputs two sections: - — tag name, publish date, release name, raw body - — one JSON object per PR with: , , , , , , 2. Categorize Changes Group PRs by their conventional commit prefix or label: | Category | Prefi…