mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-12 22:41:33 +00:00
ci: update publish script
This commit is contained in:
parent
af892e5432
commit
ef74d97491
1 changed files with 2 additions and 1 deletions
|
|
@ -110,7 +110,8 @@ if (!snapshot) {
|
|||
return (
|
||||
!lower.includes("chore:") &&
|
||||
!lower.includes("ci:") &&
|
||||
!lower.includes("docs:")
|
||||
!lower.includes("docs:") &&
|
||||
!lower.includes("doc:") &&
|
||||
)
|
||||
})
|
||||
.join("\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue