You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,15 +44,16 @@ The general process followed by the addons team is
44
44
but at the current time, the maintainers of about-sync don't have the required
45
45
permissions. Therefore, the process is:
46
46
47
-
* Consider bumping the version in `package.json` - that's not strictly necessary
48
-
as the final version string will be something like `X.Y.Zbuildid20220601.073719`,
49
-
but it makes it easier to work out what's in a version.
47
+
* Bump the version in `package.json`
48
+
> the final version string will be something like `X.Y.Zbuildid20220601.073719`
49
+
50
+
* If needed, bump the `strict_min_version` in `manifest.json`. Ensure there is a matching version you're targeting in the [version list](https://addons.mozilla.org/api/v5/applications/firefox/)
51
+
> Must use an exact version, `{version_number}.*` are not allowed to be used
50
52
51
53
* Find the exact github revision revision you want as the new build; usually current `main`.
52
54
Ensure this revision is tested using the [testing process described above](#testing-a-xpi)
53
55
54
-
* Join the #addons-pipeline slack channel, asking for a release to be built
55
-
specifying that exact revision.
56
+
* Follow the [Mozilla Add-on Review Request Intake](https://mozilla-hub.atlassian.net/wiki/spaces/FDPDT/pages/10617933/Mozilla+Add-on+Review+Requests+Intake) instructions to create an issue that will kick off the process for an update.
56
57
57
58
* You will be notified of an initial build, with will include a "dep-signing"
58
59
task - however, this doesn't create the .xpi you can submit to AMO. Two
0 commit comments