ci: ignore release commits

This commit is contained in:
Dax Raad
2025-07-31 19:57:07 -04:00
parent f07f04d969
commit e6db1cf29d
2 changed files with 2 additions and 1 deletions

View File

@@ -104,6 +104,7 @@ if (!snapshot) {
.filter((x: string) => {
const lower = x.toLowerCase()
return (
!lower.includes("release:") &&
!lower.includes("ignore:") &&
!lower.includes("chore:") &&
!lower.includes("ci:") &&