react/scripts/release/shared-commands
Andrew Clark 98313aaa7e
Migrate prepare-release-from-ci to new workflow (#20581)
* Migrate prepare-release-from-ci to new workflow

I added a `--releaseChannel (-r)` argument to script. You must choose
either "stable" or "experimental", because every build job now includes
both channels.

The prepare-release-from-npm script is unchanged since those releases
are downloaded from npm, nt CI.

(As a side note, I think we should start preparing semver releases using
the prepare-release-from-ci script, too, and get rid of
prepare-release-from-npm. I think that was a neat idea originally but
because we already run `npm pack` before storing the artifacts in CI,
there's really not much additional safety; the only safeguard it adds is
the requirement that a "next" release must have already been published.)

* Move validation to parse-params module
2021-01-14 09:20:20 -08:00
..
check-environment-variables.js Tweak wording 2020-07-10 14:56:28 +01:00
download-build-artifacts.js Migrate prepare-release-from-ci to new workflow (#20581) 2021-01-14 09:20:20 -08:00
get-latest-master-build-number.js Migrate prepare-release-from-ci to new workflow (#20581) 2021-01-14 09:20:20 -08:00
parse-params.js Migrate prepare-release-from-ci to new workflow (#20581) 2021-01-14 09:20:20 -08: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
test-tracing-fixture.js Release script clarifies which test fixture failed (#14922) 2019-02-22 07:43:27 -08:00