Skip to content

Commit

Permalink
Create 25.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diox committed Sep 19, 2023
1 parent ef045d4 commit 4a6b5cf
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions releases/2023/09/25.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# AMO Release Monday 25th September 2023

This week's push hero is [mat](https://github.com/diox)

## Notable things shipping:
- This is a planned off-schedule push to enable more add-ons in Firefox for Android 119 Beta. It is a cherry-pick on top of the 2023.09.14 tags with only those 2 changes:
- https://github.com/mozilla/addons-frontend/issues/12401 (which depends on https://github.com/mozilla/addons-frontend/issues/12372, which landed earlier but was only enabled on dev)
- https://github.com/mozilla/addons-server/issues/21162

## Blockers:

## Cherry-picks:

## Pushing:

- https://github.com/mozilla/addons-server/compare/2023.09.14...2023.09.25

## Before we start:

- Note that addons-server tag needs to be pushed and commands below ran before pushing addons-frontend.
- Ensure that we have the csv file needed for the command below ready.

## Before we promote:

## After we're done:

Copy the provided csv file to the instance where we run admin commands, and:

- `./manage.py force_min_android_compatibility /path/to/csv_file.csv`
- Once the first command is done, `./manage.py force_max_android_compatibility`
- Once both commands are done, and only then, deploy https://github.com/mozilla/addons-frontend/compare/2023.09.14...2023.09.25

0 comments on commit 4a6b5cf

Please sign in to comment.