Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 418 Bytes

RELEASING.md

File metadata and controls

10 lines (9 loc) · 418 Bytes

Releasing the Extensions

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