Generate Yaak release notes from git history and PR metadata, including feedback links and full changelog compare links. Use when asked to run or replace the old Claude generate-release-notes command.
Generate formatted markdown release notes for a Yaak tag.
git log --oneline <prev_tag>..<target_tag>gh pr view <PR_NUMBER> --json number,title,body,author,urlfeedback.yaak.app)by @gschier for PRs authored by @gschier.cli: or only touching crates-cli/) since the CLI has its own release process.After producing notes, ask whether to create a draft GitHub release.
If confirmed and release does not yet exist, run:
gh release create <tag> --draft --prerelease --title "Release <version_without_v>" --notes '<release notes>'
If a draft release for the tag already exists, update it instead:
gh release edit <tag> --title "Release <version_without_v>" --notes-file <path_to_notes>
Use title format Release <version_without_v>, e.g. v2026.2.1-beta.1 -> Release 2026.2.1-beta.1.