react/scripts/release
Brian Vaughn fa5adb3bc4 Release script no longer auto-updates peerDependencies react version (#11292)
* Release script ensures peer dep matches release major version, but otherwise no longer auto-updates them to exactly match the release version.
* f
2017-10-20 08:53:15 -07:00
..
build-commands Release script no longer auto-updates peerDependencies react version (#11292) 2017-10-20 08:53:15 -07:00
publish-commands Release script (#11223) 2017-10-16 15:01:14 -07:00
README.md Tweaked wording of release script README 2017-10-16 15:02:41 -07:00
build.js Release script (#11223) 2017-10-16 15:01:14 -07:00
config.js Use Yarn Workspaces (#11252) 2017-10-19 00:22:21 +01:00
package.json Release script (#11223) 2017-10-16 15:01:14 -07:00
publish.js Release script (#11223) 2017-10-16 15:01:14 -07:00
utils.js Release script (#11223) 2017-10-16 15:01:14 -07:00
yarn.lock Release script (#11223) 2017-10-16 15:01:14 -07:00

README.md

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).