dillon1000/react

Commit

Support `@latest` in prepare-release-from-ci (#21616)

Since we track these versions in source, we can build `@latest`
releases in CI and store them as artifacts.

Then when it's time to release, and the build has been verified, we use
`prepare-release-from-ci` (the same script we use for `@next` and
`@experimental`) to fetch the already built and versioned packages.
Browse files
Changed paths3 files
First-parent comparison
M scripts/release/prepare-release-from-ci.js ModifiedM scripts/release/shared-commands/download-build-artifacts.js ModifiedM scripts/release/shared-commands/parse-params.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…