Skip to content

Modernize compatibility testing and releases - #406

Merged
phoenixy1 merged 2 commits into
masterfrom
chore/modernize-compatibility-ci-stacked
Jul 24, 2026
Merged

Modernize compatibility testing and releases#406
phoenixy1 merged 2 commits into
masterfrom
chore/modernize-compatibility-ci-stacked

Conversation

@phoenixy1

@phoenixy1 phoenixy1 commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

Compatibility is only validated against React 17, and the xyz release path can leave partially pushed release state.

This makes React 19 the development baseline, tests React 18 and 19 on Node 24 with TypeScript 5, preserves package import checks, and replaces xyz with a guarded, resumable publish-then-tag workflow.

@phoenixy1
phoenixy1 force-pushed the chore/modernize-compatibility-ci-stacked branch from b521e2d to 8f224e0 Compare July 23, 2026 23:04
@phoenixy1
phoenixy1 changed the base branch from improve/product-link-types to master July 23, 2026 23:05
The resume short-circuit keyed off the local tag, so a run that published
to npm and created the annotated tag but failed on git push would, on rerun,
see the stale local tag, report "already published and tagged", and exit
without ever pushing the tag. Gate the short-circuit on the tag existing on
the remote instead, so the missing push is retried.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@phoenixy1
phoenixy1 requested a review from dtroupe-plaid July 23, 2026 23:17
@phoenixy1
phoenixy1 merged commit cf21588 into master Jul 24, 2026
3 checks passed
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.

2 participants