Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 1.04 KB

File metadata and controls

18 lines (17 loc) · 1.04 KB

Releasing the Extensions

  1. Update the versions in source/manifest.json and source/manifest.rec.json
  2. Update CHANGELOG.md and CHANGELOG.rec.md with the new versions
  3. Submit a PR with the above changes
  4. Once the PR has been merged
  5. Tag the full release e.g. git tag -a v0.1.x -m "Release Full v0.1.x"
  6. Push the full tag e.g. git push upstream v0.1.x
  7. Tag the recorder release e.g. git tag -a rec-v0.1.x -m "Release Recorder v0.1.x"
  8. Push the recorder tag e.g. git push upstream rec-v0.1.x
  9. Run yarn run build
  10. Upload the extensions to Firefox Add-Ons, Chrome Web Store, and Edge Add-ons (Recorder only for now)
  11. https://addons.mozilla.org/en-GB/developers/addon/zap-browser-extension/edit
  12. https://addons.mozilla.org/en-GB/developers/addon/zap-by-checkmarx-recorder/edit
  13. https://chrome.google.com/webstore/devconsole
  14. https://partner.microsoft.com/en-us/dashboard/microsoftedge/overview
  15. Update CHANGELOG.md and CHANGELOG.rec.md with a new Unreleased section
  16. Submit a PR with the above changes