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