Skip to content

Commit ad746ce

Browse files
committed
Update generate-release-notes.sh
1 parent 14ac43b commit ad746ce

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/scripts/generate-release-notes.sh

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,8 @@ fi
2828

2929
# Create release notes
3030
cat > release_notes.md << EOF
31-
Template release $NEW_VERSION
31+
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.
3232
33-
Updated specification-driven development templates for GitHub Copilot, Claude Code, Gemini CLI, Cursor, Qwen, opencode, Windsurf, and Codex.
34-
35-
Now includes per-script variants for POSIX shell (sh) and PowerShell (ps).
36-
37-
Download the template for your preferred AI assistant + script type:
38-
- spec-kit-template-copilot-sh-$NEW_VERSION.zip
39-
- spec-kit-template-copilot-ps-$NEW_VERSION.zip
40-
- spec-kit-template-claude-sh-$NEW_VERSION.zip
41-
- spec-kit-template-claude-ps-$NEW_VERSION.zip
42-
- spec-kit-template-gemini-sh-$NEW_VERSION.zip
43-
- spec-kit-template-gemini-ps-$NEW_VERSION.zip
44-
- spec-kit-template-cursor-sh-$NEW_VERSION.zip
45-
- spec-kit-template-cursor-ps-$NEW_VERSION.zip
46-
- spec-kit-template-opencode-sh-$NEW_VERSION.zip
47-
- spec-kit-template-opencode-ps-$NEW_VERSION.zip
48-
- spec-kit-template-qwen-sh-$NEW_VERSION.zip
49-
- spec-kit-template-qwen-ps-$NEW_VERSION.zip
50-
- spec-kit-template-windsurf-sh-$NEW_VERSION.zip
51-
- spec-kit-template-windsurf-ps-$NEW_VERSION.zip
52-
- spec-kit-template-codex-sh-$NEW_VERSION.zip
53-
- spec-kit-template-codex-ps-$NEW_VERSION.zip
5433
EOF
5534

5635
echo "Generated release notes:"

0 commit comments

Comments
 (0)