From ad746ce35d65fb128b97d7d565b472e60b76c392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Den=20Delimarsky=20=F0=9F=8C=BA?= <53200638+localden@users.noreply.github.com> Date: Sun, 21 Sep 2025 13:16:15 -0700 Subject: [PATCH] Update generate-release-notes.sh --- .../scripts/generate-release-notes.sh | 23 +------------------ 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/.github/workflows/scripts/generate-release-notes.sh b/.github/workflows/scripts/generate-release-notes.sh index f65992d..a26d16b 100644 --- a/.github/workflows/scripts/generate-release-notes.sh +++ b/.github/workflows/scripts/generate-release-notes.sh @@ -28,29 +28,8 @@ fi # Create release notes cat > release_notes.md << EOF -Template release $NEW_VERSION +This is the latest set of releases that you can use with your agent of choice. We recommend using the Specify CLI to scaffold your projects, however you can download these independently and manage them yourself. -Updated specification-driven development templates for GitHub Copilot, Claude Code, Gemini CLI, Cursor, Qwen, opencode, Windsurf, and Codex. - -Now includes per-script variants for POSIX shell (sh) and PowerShell (ps). - -Download the template for your preferred AI assistant + script type: -- spec-kit-template-copilot-sh-$NEW_VERSION.zip -- spec-kit-template-copilot-ps-$NEW_VERSION.zip -- spec-kit-template-claude-sh-$NEW_VERSION.zip -- spec-kit-template-claude-ps-$NEW_VERSION.zip -- spec-kit-template-gemini-sh-$NEW_VERSION.zip -- spec-kit-template-gemini-ps-$NEW_VERSION.zip -- spec-kit-template-cursor-sh-$NEW_VERSION.zip -- spec-kit-template-cursor-ps-$NEW_VERSION.zip -- spec-kit-template-opencode-sh-$NEW_VERSION.zip -- spec-kit-template-opencode-ps-$NEW_VERSION.zip -- spec-kit-template-qwen-sh-$NEW_VERSION.zip -- spec-kit-template-qwen-ps-$NEW_VERSION.zip -- spec-kit-template-windsurf-sh-$NEW_VERSION.zip -- spec-kit-template-windsurf-ps-$NEW_VERSION.zip -- spec-kit-template-codex-sh-$NEW_VERSION.zip -- spec-kit-template-codex-ps-$NEW_VERSION.zip EOF echo "Generated release notes:"