فهرست منبع

ci: ignore chore commits

Dax Raad 7 ماه پیش
والد
کامیت
d80badc50f
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      packages/opencode/script/publish.ts

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