Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ jobs:
release-kit/kit prompt \
--root "$GITHUB_WORKSPACE" \
--provider openrouter \
--model anthropic/claude-sonnet-5 \
--model openai/gpt-5.6-terra \
"use release-notes skill for ${{ needs.verify.outputs.previous_tag }}..${{ needs.verify.outputs.release_sha }}; respond only with release notes" \
> kit-output.txt
sed '$ { /^session_id: /d; }' kit-output.txt > release-notes.md
Expand Down
2 changes: 1 addition & 1 deletion docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ default `GITHUB_TOKEN` cannot bypass the pull-request and status-check rules.
The newly built Linux Kit CLI reviews every change since the previous release and
writes the GitHub release notes before the workflow attaches the archives and
checksums. Configure the repository Actions secret `OPENROUTER_API_KEY` for this
step. Kit uses the `release-notes` skill with the `anthropic/claude-sonnet-5` OpenRouter model.
step. Kit uses the `release-notes` skill with the `openai/gpt-5.6-terra` OpenRouter model.

## macOS signing and notarization

Expand Down
Loading