a227bcd4f4
Some minor changes, observed while working on 24.7.5 release: - Updated numeration of text instructions - `reactjs.org` -> `react.dev` - Fixed using `npm view` command for node 16+, `publish-release` script currently fails if used with node 16+ |
||
---|---|---|
.. | ||
.gitignore | ||
README.md | ||
build-and-test.js | ||
configuration.js | ||
package.json | ||
prepare-release.js | ||
publish-release.js | ||
utils.js | ||
yarn.lock |
README.md
Releasing DevTools
To release DevTools, do the following steps (in order):
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.