ci: update publish script

pull/97/head
Dax Raad 2025-06-14 12:13:59 -04:00
parent af892e5432
commit ef74d97491
1 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,8 @@ if (!snapshot) {
return (
!lower.includes("chore:") &&
!lower.includes("ci:") &&
!lower.includes("docs:")
!lower.includes("docs:") &&
!lower.includes("doc:") &&
)
})
.join("\n")