1.0 KiB
1.0 KiB
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.