Confirmed users
4,293
edits
No edit summary |
(→Set-up whatsnew page: We have a Download button now) |
||
Line 21: | Line 21: | ||
* Go to the "Releases" section. | * Go to the "Releases" section. | ||
* Find the release you're working on by filtering. | * Find the release you're working on by filtering. | ||
* Click " | * Click "Download". | ||
* Edit the local file and add the following at the top level of the blob (replace the VERSION variable with the version of the release, do NOT replace %LOCALE% or %OLD_VERSION% - those are substituted by Balrog/Firefox): | * Edit the local file and add the following at the top level of the blob (replace the VERSION variable with the version of the release, do NOT replace %LOCALE% or %OLD_VERSION% - those are substituted by Balrog/Firefox): | ||
"openURL": "https://www.mozilla.org/%LOCALE%/firefox/$MANUALLY_REPLACE_THIS_VARIABLE_CALLED_VERSION/whatsnew/?oldversion=%OLD_VERSION%", | "openURL": "https://www.mozilla.org/%LOCALE%/firefox/$MANUALLY_REPLACE_THIS_VARIABLE_CALLED_VERSION/whatsnew/?oldversion=%OLD_VERSION%", | ||
Line 28: | Line 27: | ||
* Change the "name" in the blob to something unique (usually by appending "-whatsnew" to it). | * Change the "name" in the blob to something unique (usually by appending "-whatsnew" to it). | ||
* Back in the Admin UI, click "Add a new release". | * Back in the Admin UI, click "Add a new release". | ||
* The name should match the one you just edited in the blob, | * The name should match the one you just edited in the blob, product should be Firefox. | ||
* Upload the new blob. | * Upload the new blob. | ||