Skip to content

Conversation

eps1lon
Copy link
Collaborator

@eps1lon eps1lon commented Oct 2, 2025

TODO:

  • update readme
  • test CI

Runtime packages (packages in ~/packages) don't use the same SemVer version (e.g. eprh is on 6.2 while React&friends is on 19.2). However, they do use the same prerelease while their designated SemVer stable version is already known in ReactVersions.js.

The publish prelease from npm workflow now only accepts the prerelease you want to promote e.g. in 19.2.0-canary-abc-123 the prerelease is abc-123. We always promote canaries now. That's a bit awkward if we want to promote from canary to alpha to beta to stable. Either we have to remember which Canary we promoted or we promote from the latest Canary which we've done for 19.0.

Note that the designated version is the one the workflow is running on. So for backports you need to run the workflow from a backport branch.

This doesn't support promoting to another prerelease channel e.g. to beta. We'll add support from that when we're working on v20.

@meta-cla meta-cla bot added the CLA Signed label Oct 2, 2025
@github-actions github-actions bot added the React Core Team Opened by a member of the React Core Team label Oct 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed React Core Team Opened by a member of the React Core Team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant