Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
note about diffing old and new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Mar 4, 2022
1 parent 6328e6c commit f443345
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,25 @@ https://app.circleci.com/pipelines/github/mozilla-rally/facebook-pixel-hunt?bran

The "Firefox Integration Tests" tests should also be green.

## Compare extension package to live version

If there is a previous version of this extension live on AMO, download it and compare to the current package:

https://addons.mozilla.org/en-US/firefox/addon/facebook-pixel-hunt/versions/

`.xpi` files are `.zip` files, unzip these into seperate directories and run recursive diff (`diff -r`).
Only expected changes should be present:

- `META-INF/` contains the signing info, only in the live AMO version
- `manifest.json` should have a newer version
- any code changes should be present (may be rolled up)

## Create a Github release

Create a new github release, prefixing the tag with `v` (`v1.2.3` for version `1.2.3`). Attach the unsigned release XPI that you
built in the previous step.

Upload the artifacts from CI to the release page.s
Upload the artifacts from CI to the release page.

## Merge `release` branch to `main`

Expand Down

0 comments on commit f443345

Please sign in to comment.