From 9a75bc2ae7f1ef354d9a7b3e38e4abf41a614da3 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 15 Jan 2026 07:22:46 -0800 Subject: [PATCH] Update release notes command --- .claude/commands/release/generate-release-notes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.claude/commands/release/generate-release-notes.md b/.claude/commands/release/generate-release-notes.md index 2710356f..2ca790b5 100644 --- a/.claude/commands/release/generate-release-notes.md +++ b/.claude/commands/release/generate-release-notes.md @@ -37,3 +37,11 @@ The skill generates markdown-formatted release notes following this structure: **IMPORTANT**: Always add a blank lines around the markdown code fence and output the markdown code block last **IMPORTANT**: PRs by `@gschier` should not mention the @username + +## After Generating Release Notes + +After outputting the release notes, ask the user if they would like to create a draft GitHub release with these notes. If they confirm, create the release using: + +```bash +gh release create --draft --prerelease --title "" --notes '' +```