Skip to content

Commit

Permalink
always use github models for release generation
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Nov 19, 2024
1 parent ea082dc commit 904cda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"release": true,
"releaseName": "v${version}",
"draft": true,
"releaseNotes": "node packages/cli/built/genaiscript.cjs run git-release-notes --cache --cache-name releases"
"releaseNotes": "node packages/cli/built/genaiscript.cjs run git-release-notes --cache --cache-name releases --model github:gpt-4o"
}
},
"devDependencies": {
Expand Down

0 comments on commit 904cda1

Please sign in to comment.