Skip to content

Commit d80badc

Browse files
committed
ci: ignore chore commits
1 parent 75279e5 commit d80badc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/opencode/script/publish.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ if (!snapshot) {
103103
const lower = x.toLowerCase()
104104
return (
105105
!lower.includes("ignore:") &&
106+
!lower.includes("chore:") &&
106107
!lower.includes("ci:") &&
107108
!lower.includes("wip:") &&
108109
!lower.includes("docs:") &&

0 commit comments

Comments
 (0)