ci: include desktop & tauri in release notes

thinking-toggle-wip
Aiden Cline 2025-12-16 14:37:33 -06:00
parent 5dd09b13b1
commit cc7fa6af83
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if (!Script.preview) {
.then((data: any) => data.version)
const log =
await $`git log v${previous}..HEAD --oneline --format="%h %s" -- packages/opencode packages/sdk packages/plugin`.text()
await $`git log v${previous}..HEAD --oneline --format="%h %s" -- packages/opencode packages/sdk packages/plugin packages/tauri packages/desktop`.text()
const commits = log
.split("\n")