diff options
| author | Dax Raad <[email protected]> | 2025-07-31 19:57:07 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-07-31 19:57:07 -0400 |
| commit | e6db1cf29d7c1d8da0aceaad31c6ff1fae83497b (patch) | |
| tree | fb282746faa229621d32be783916ebfb269a09b7 /packages | |
| parent | f07f04d96901617f4cfa5744a2ae2f05e1b3eb4b (diff) | |
| download | opencode-e6db1cf29d7c1d8da0aceaad31c6ff1fae83497b.tar.gz opencode-e6db1cf29d7c1d8da0aceaad31c6ff1fae83497b.zip | |
ci: ignore release commits
Diffstat (limited to 'packages')
| -rwxr-xr-x | packages/opencode/script/publish.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/opencode/script/publish.ts b/packages/opencode/script/publish.ts index 3c4dd6b3a..c38148b4b 100755 --- a/packages/opencode/script/publish.ts +++ b/packages/opencode/script/publish.ts @@ -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:") && |
