-
Notifications
You must be signed in to change notification settings - Fork 3
Update WNP and release docs for Springfield (fixes #1) #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -177,44 +177,56 @@ These pages are specific to Firefox browsers, and only appear when a user update | |
|
|
||
| Version number is digits only. | ||
|
|
||
| | Whatsnew URL: <https://www.mozilla.org/en-US/firefox/99.0/whatsnew/> | ||
| | Template path: <https://github.com/mozilla/bedrock/tree/main/bedrock/firefox/templates/firefox/whatsnew> | ||
| Whatsnew URL: <https://www.firefox.com/en-US/whatsnew/145> | ||
|
|
||
| - Template path: <https://github.com/mozmeao/springfield/blob/main/springfield/cms/templates/cms/whats_new_page.html> | ||
|
|
||
| !!! note | ||
| Before moving to CMS-powered whatsnew pages on Springfield with v145, Bedrock whatsnew URLs followed a different pattern: <https://www.mozilla.org/en-US/firefox/99.0/whatsnew/> | ||
|
|
||
| | Firstrun URL: <https://www.mozilla.org/en-US/firefox/99.0/firstrun/> | ||
| | Template path: <https://github.com/mozilla/bedrock/blob/main/bedrock/firefox/templates/firefox/firstrun/firstrun.html> | ||
|
|
||
| #### Firefox Nightly | ||
|
|
||
| Version number is digits and **a1**. | ||
|
|
||
| | Whatsnew URL: <https://www.mozilla.org/en-US/firefox/99.0a1/whatsnew/> | ||
| | Template path: <https://github.com/mozilla/bedrock/blob/main/bedrock/firefox/templates/firefox/nightly/whatsnew.html> | ||
| Whatsnew URL: <https://www.firefox.com/en-US/whatsnew/140.0a1> | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we have plans to change the Nightly & Dev WNP urls too, but this is where they currently live on FXC
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. However are the FXC endpoints being used, at all? I still get in-product links to WMO, and there are no redirects from WMO for these other channels. |
||
|
|
||
| | Firstrun URL: <https://www.mozilla.org/en-US/firefox/nightly/firstrun/> | ||
| | Template path: <https://github.com/mozilla/bedrock/tree/main/bedrock/firefox/templates/firefox/nightly> | ||
| - Template path: <https://github.com/mozmeao/springfield/tree/main/springfield/firefox/templates/firefox/whatsnew/nightly> | ||
|
|
||
| Firstrun URL: <https://www.mozilla.org/en-US/firefox/nightly/firstrun/> | ||
|
|
||
| - Template path: <https://github.com/mozilla/bedrock/tree/main/bedrock/firefox/templates/firefox/nightly> | ||
|
|
||
| !!! note | ||
| Bedrock Nightly whatsnew URLs followed a different pattern: <https://www.mozilla.org/en-US/firefox/99.0a1/whatsnew/> | ||
|
|
||
| #### Firefox Developer | ||
|
|
||
| Version number is digits and **a2**. | ||
|
|
||
| | Whatsnew URL: <https://www.mozilla.org/en-US/firefox/99.0a2/whatsnew/> | ||
| | Template path: <https://github.com/mozilla/bedrock/blob/main/bedrock/firefox/templates/firefox/developer/whatsnew.html> | ||
| Whatsnew URL: <https://www.firefox.com/en-US/whatsnew/140.0a2> | ||
|
|
||
| - Template path: <https://github.com/mozmeao/springfield/tree/main/springfield/firefox/templates/firefox/whatsnew/developer> | ||
|
|
||
| Firstrun URL: <https://www.mozilla.org/en-US/firefox/99.0a2/firstrun/> | ||
|
|
||
| | Firstrun URL: <https://www.mozilla.org/en-US/firefox/99.0a2/firstrun/> | ||
| | Template path: <https://github.com/mozilla/bedrock/blob/main/bedrock/firefox/templates/firefox/developer/firstrun.html> | ||
| - Template path: <https://github.com/mozilla/bedrock/blob/main/bedrock/firefox/templates/firefox/developer/firstrun.html> | ||
|
|
||
| !!! note | ||
| Bedrock Developer whatsnew URLs followed a different pattern: <https://www.mozilla.org/en-US/firefox/99.0a2/whatsnew/> | ||
|
|
||
| ### Release Notes | ||
|
|
||
| Release note templates live here: <https://github.com/mozilla/bedrock/tree/main/bedrock/firefox/templates/firefox/releases> | ||
| Release note templates live here: <https://github.com/mozmeao/springfield/tree/main/springfield/firefox/templates/firefox/releases> | ||
|
|
||
| !!! note | ||
| Release note content is pulled in from an external data source. | ||
|
|
||
| - Firefox release: <https://www.mozilla.org/en-US/firefox/99.0.1/releasenotes/> | ||
| - Firefox Developer and Beta: <https://www.mozilla.org/en-US/firefox/100.0beta/releasenotes/> | ||
| - Firefox Nightly: <https://www.mozilla.org/en-US/firefox/101.0a1/releasenotes/> | ||
| - Firefox Android: <https://www.mozilla.org/en-US/firefox/android/99.0/releasenotes/> | ||
| - Firefox iOS: <https://www.mozilla.org/en-US/firefox/ios/99.0/releasenotes/> | ||
| - Firefox release: <https://www.firefox.com/en-US/firefox/145.0/releasenotes/> | ||
| - Firefox Developer and Beta: <https://www.firefox.com/en-US/firefox/145.0beta/releasenotes/> | ||
| - Firefox Nightly: <https://www.firefox.com/en-US/firefox/145.0a1/releasenotes/> | ||
| - Firefox Android: <https://www.firefox.com/en-US/firefox/android/145.0/releasenotes/> | ||
| - Firefox iOS: <https://www.firefox.com/en-US/firefox/ios/145.0/releasenotes/> | ||
|
|
||
| ## Optimizing Images | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these are kinda still valid both. (With some of the extra tribal knowledge, like what versions, locales, and the major version fixup done along the way deliberately?) ~ The CMS-powered pages are only selectively redirected, but the actual inproduct links point everyone to WMO by default, so locales and versions matched are not served from evergreen FXC as https://www.firefox.com/it/whatsnew/123.4 — but from evergreen WMO still https://www.mozilla.org/it/firefox/123.4/whatsnew/ … correct?