dillon1000/react

Commit

fix: update release scripts for react devtools (#31069)

This has been broken since the migration to GitHub actions.

Previously, we've been using `buildId` as an identifier from CircleCI.
I've decided to use a commit hash as an identifier, because I don't know
if there is a better option, and
`scripts/release/download_build_artifacts.js` allows us to download them
for a specific commit.
Browse files
Changed paths3 files
First-parent comparison
M scripts/devtools/build-and-test.js ModifiedM scripts/devtools/publish-release.js ModifiedM scripts/devtools/utils.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…