Skip to content

Commit e453bce

Browse files
committed
fix: lighter-weight initial release test
1 parent 7370446 commit e453bce

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/agents/dev-relations.agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: "Use when: writing release summaries, drafting changelogs for end-users, summarizing what changed between tagged releases."
33
tools: [read, search, execute, edit]
4+
model: claude-haiku-4-5
45
---
56

67
<role>

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ jobs:
184184
BASE_TAG="${{ steps.last-published.outputs.tag }}"
185185
copilot -p "Generate a release summary. Base tag: ${BASE_TAG}, head tag: ${HEAD_TAG}. Summarize all changes between these two tags." \
186186
--agent=dev-relations \
187+
--model=claude-haiku-4-5 \
187188
--available-tools='view,create,bash' \
188189
--allow-tool='shell(git:*)' \
189190
--allow-tool='create' \
@@ -196,8 +197,7 @@ jobs:
196197
--deny-tool='shell(git rebase)' \
197198
--deny-tool='shell(git branch -d)' \
198199
--deny-tool='shell(git tag -d)' \
199-
--no-ask-user \
200-
--silent
200+
--no-ask-user
201201
202202
- name: Prepend summary to draft release
203203
if: steps.release.outputs.changed == 'true'

0 commit comments

Comments
 (0)