Skip to content

fix(ci): relax appcast zero-items check — restore fork behavior#2396

Merged
alexey-pelykh merged 1 commit intomainfrom
fix/b8-appcast-zero-items
Apr 18, 2026
Merged

fix(ci): relax appcast zero-items check — restore fork behavior#2396
alexey-pelykh merged 1 commit intomainfrom
fix/b8-appcast-zero-items

Conversation

@alexey-pelykh
Copy link
Copy Markdown

Fix B8 post-merge CI regression

B8 DIFF-SYNC (#2395) inadvertently re-introduced upstream's strict appcast.xml contains no <item> entries validation in scripts/release-check.ts, breaking publish-next on main after merge.

Why fork needs it relaxed: Fork has a stub empty appcast.xml because macOS app updates aren't published yet (see #2119 and 6d51373c0e). The upstream validator in v2026.3.12 restored the strict check that the fork had intentionally relaxed.

Change: Removes just the zero-items error line; preserves all other upstream improvements to the validator (new plugin-sdk required paths, collectForbiddenPackPaths extraction).

Test: pnpm vitest run test/release-check.test.ts 9/9 pass.

Disposition: scripts/release-check.ts should be reclassified as EXTRACT in upstream/disposition.tsv to prevent future re-introduction.

🤖 Generated with Claude Code

B8 DIFF-SYNC (#2395) inadvertently re-introduced upstream's strict
`appcast.xml contains no <item> entries` validation, breaking the
fork's publish-next workflow.

Fork has a stub empty appcast.xml because macOS updates aren't
published yet (per #2119, #6d51373c0e). The upstream validator in
v2026.3.12 restored the strict check that was previously relaxed.

Reverts just the zero-items error line from scripts/release-check.ts;
preserves all other upstream improvements to the validator (new
plugin-sdk required paths, collectForbiddenPackPaths extraction).

Test: release-check.test.ts 9/9 pass.
@alexey-pelykh alexey-pelykh merged commit 6f11b5a into main Apr 18, 2026
12 checks passed
@alexey-pelykh alexey-pelykh deleted the fix/b8-appcast-zero-items branch April 18, 2026 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant