ci: update publish script

This commit is contained in:
Dax Raad
2025-06-14 12:13:59 -04:00
parent af892e5432
commit ef74d97491

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")