- Update the version in
package.json
andsource/manifest.json
- Update
CHANGELOG.md
with the new version - Submit a PR with the above changes
- Once the PR has been merged
- Tag the release e.g.
git tag -a v0.0.x -m "Release v0.0.x"
- Push the tag e.g.
git push upstream v0.0.x
- Run
yarn run build
- Upload the extensions to Firefox Add-Ons and the Chrome Web Store