Skip to content
Phil Crosby edited this page Dec 26, 2023 · 2 revisions

How to release to the Chrome, Firefox Store

This process is currently only done by Phil.

  1. Increment the version number in manifest.json.

  2. Update CHANGELOG.md

  3. Push your commits

  4. Create a git tag for this newly released version

     git tag -a v1.45 -m "v1.45 release"
    
  5. Push the new tag to the appropriate remote

     git push origin v1.45
    
  6. Run ./make.js package

  7. Take the distributable found in dist and upload it here

  8. Upload to the Firefox addons store here.

Clone this wiki locally