react/scripts/release/shared-commands
Andrew Clark 3ba788ff34
Fix download-build script (#25493)
The download-build script works by scraping the CircleCI job number from
the GitHub status API. Yes, I know this is super hacky but last I
checked this was the least bad of not a lot of options. Because the
response is paginated, sometimes the status for the build job exceeds
the page size.

This increases the page size to 100 so this is less likely to happen.

It'd be great to find a better way to download the artifacts. I don't
love how brittle this solution is. I think switching to the GitHub
Checks API might be worth trying, but last I looked into it, it has
other flaws.
2022-10-16 19:17:07 -04:00
..
download-build-artifacts.js Remove dependency on build artifacts mirror (#24575) 2022-05-18 11:13:19 -04:00
get-build-id-for-commit.js Fix download-build script (#25493) 2022-10-16 19:17:07 -04:00
parse-params.js Allow aritfacts download even if CI is broken (#24666) 2022-06-02 21:55:35 -04:00
print-prerelease-summary.js Updated release script documentation and command names (#17929) 2020-02-05 08:52:31 -08:00
test-packaging-fixture.js Release script clarifies which test fixture failed (#14922) 2019-02-22 07:43:27 -08:00