dillon1000/react
Commit
Browse files 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.
Changed paths3 files
First-parent comparisonscripts/release/prepare-release-from-ci.js ModifiedM scripts/release/shared-commands/download-build-artifacts.js ModifiedM scripts/release/shared-commands/parse-params.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…