ci: update publish script
parent
af892e5432
commit
ef74d97491
|
|
@ -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…
Reference in New Issue