diff options
| author | Dax Raad <[email protected]> | 2025-07-08 20:05:21 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-07-08 20:05:33 -0400 |
| commit | d80badc50ffc127c35e48c8d2be34d5cd79e2c77 (patch) | |
| tree | 3fa53f98ed5337f8d4f636709e190d97f01b5a59 | |
| parent | 75279e5ccf58d134a1475e1c8c1906233e7b3cad (diff) | |
| download | opencode-d80badc50ffc127c35e48c8d2be34d5cd79e2c77.tar.gz opencode-d80badc50ffc127c35e48c8d2be34d5cd79e2c77.zip | |
ci: ignore chore commits
| -rwxr-xr-x | packages/opencode/script/publish.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/opencode/script/publish.ts b/packages/opencode/script/publish.ts index 967313fff..53332d20f 100755 --- a/packages/opencode/script/publish.ts +++ b/packages/opencode/script/publish.ts @@ -103,6 +103,7 @@ if (!snapshot) { const lower = x.toLowerCase() return ( !lower.includes("ignore:") && + !lower.includes("chore:") && !lower.includes("ci:") && !lower.includes("wip:") && !lower.includes("docs:") && |
