Aiden Cline 3 months ago
parent
commit
2c6f9043e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/publish.ts

+ 1 - 1
script/publish.ts

@@ -21,7 +21,7 @@ if (!Script.preview) {
 
   const commits = log
     .split("\n")
-    .filter((line) => line && !line.match(/^\w+ (ignore:|test:|chore:)/i))
+    .filter((line) => line && !line.match(/^\w+ (ignore:|test:|chore:|ci:)/i))
     .join("\n")
 
   const opencode = await createOpencode()