Skip to content

Commit 42e0235

Browse files
committed
fix: add missing YAML separator to changelog prompt; default model to gpt-5.4-mini
1 parent 4755405 commit 42e0235

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/prompts/minor-release-changelog.prompt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ messages:
1818
modelParameters:
1919
maxCompletionTokens: 1200
2020
temperature: 0.2
21+
---

.github/workflows/minor-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
description: GitHub Models model for AI changelog generation.
1818
required: false
1919
type: string
20-
default: openai/gpt-4o
20+
default: openai/gpt-5.4-mini
2121

2222
permissions:
2323
contents: write

0 commit comments

Comments
 (0)