Files
react/scripts/devtools
Brian Vaughn f6c130f614 React DevTools 4.23.0 -> 4.24.0 (#23400)
* React DevTools 4.23.0 -> 4.24.0

* Fixed CHANGELOG header format

* Add separator line beween header version numbers
2022-03-02 13:28:42 -05:00
..

Releasing DevTools

To release DevTools, do the following steps (in order):

  1. Prepare a release
  2. Build and test a release
  3. Publish a release

Each of the scripts can be run with a --dry flag to test without committing or publishing any changes.

Prepare a release

To increment version numbers and update the CHANGELOG, run the prepare-release script:

./prepare-release.js

You'll need to follow the instructions at the end of the script to push the committed changes to the main fork on GitHub.

Build and test a release

To build and test a release, run the build-and-test script:

./build-and-test.js

Publish a release

To publish a release to NPM, run the publish-release script:

./publish-release.js

You'll need to follow the instructions at the end of the script to upload the extension to Chrome, Edge, and Firefox stores.