We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d556143 commit 984f17dCopy full SHA for 984f17d
1 file changed
script/publish.ts
@@ -17,7 +17,7 @@ if (!Script.preview) {
17
.then((data: any) => data.version)
18
19
const log =
20
- 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()
21
22
const commits = log
23
.split("\n")
0 commit comments