Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.34 KB

MAINTAINERSHIP.md

File metadata and controls

24 lines (21 loc) · 1.34 KB

Maintainership Instructions

Releasing a New Version

  1. Update the copyright year in the license, if required.
  2. Choose the new version according to Semantic Versioning. It should consist of three numbers (i.e. 1.0.0).
  3. Update the version property in the package.json file.
  4. Update the version property in the src/manifest.json file.
  5. Make sure there's a properly formed version entry in the changelog.
  6. Merge the changes via a pull request.
  7. Push a tag named v<VERSION> to GitHub.
  8. Make a GitHub release out of tagged commit, add the changelog.
  9. Get the packed extension from GitHub and attach it to the GitHub release.
  10. Get the packed extension from GitHub and upload it to the Chrome Web Store Developer portal.
  11. Get the packed extension from GitHub and upload it to the Add-ons for Firefox portal.
  12. Download the tagged code snapshot from GitHub and upload it to the Add-ons for Firefox portal, when required.