Files
react/scripts/release
Brian Vaughn 8a0285fb43 Release script follow-up (#11482)
* Add a timeout before querying npm right after publish

* Conditionally log some post publish steps

* Print ready-to-paste 'yarn add' instructions for CRA prerelease testing
2017-11-08 19:59:26 +00:00
..
2017-11-07 18:09:33 +00:00
2017-11-07 18:09:33 +00:00
2017-10-16 15:01:14 -07:00
2017-11-07 18:09:33 +00:00
2017-11-07 18:09:33 +00:00
2017-10-16 15:01:14 -07:00

React Release Script

At a high-level, the release script runs in 2 passes: build and publish.

  1. The build script does the heavy lifting (eg checking CI, running automated tests, building Rollup bundles) and then prints instructions for manual verification.
  2. The publish script then publishes the built artifacts to NPM and pushes to GitHub.

Run either script without parameters to see its usage, eg:

./scripts/release/build.js
./scripts/release/publish.js

Each script will guide the release engineer through any necessary steps (including environment setup and manual testing steps).