2
0
Dax Raad 7 сар өмнө
parent
commit
d80badc50f

+ 1 - 0
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:") &&