Webtools:Release Notes: Difference between revisions
Jump to navigation
Jump to search
| Line 26: | Line 26: | ||
* Create in-product pages for Firefox 3.0.2 release | * Create in-product pages for Firefox 3.0.2 release | ||
* Copy localized in-product pages for Firefox 3.0.2 release | * Copy localized in-product pages for Firefox 3.0.2 release | ||
** pascalc does this usually, so you just need to tag his changes | |||
=== Update product-details === | === Update product-details === | ||
Revision as of 07:53, 21 November 2007
These instructions assume you are updating Firefox, the current version is 3.0.1, and the new version is 3.0.2. Substitute as appropriate. In every case and change, make sure all pages validate properly. Note that while this list is specific to Firefox, most of the same things happen for Thunderbird releases.
Beta Release
When putting a new stability/security release version of Firefox on the beta channel prior to final release, there is one bug filed under Websites :: www.mozilla.com:
- Create in-product pages and add rewrite for Firefox 3.0.2 beta release
Note that no changes to product-details or mozilla-europe.org are made.
Update mozilla.com
- `svn copy` /en-US/firefox/3.0.1rc to /en-US/firefox/3.0.2rc
- Replace "Firefox 3.0.1" with "Firefox 3.0.2" in both /en-US/firefox/3.0.2rc/releasenotes/index.html and /en-US/firefox/3.0.2rc/whatsnew/index.html (there are at least four places to change)
- Update the release date in /en-US/firefox/3.0.2rc/releasenotes/index.html (make sure to correctly specify if this is RC1, RC2, etc.)
- Edit .htaccess, uncomment the "Temporary rewrite" RewriteRule for Firefox betas, and change the two places that refer to 3.0.1 to 3.0.2 (3\.0\.1 and 3.0.1)
- Have QA look at the staging site with your changes
- Once QA is happy, merge to production
- Once tagged for production, comment out the RewriteRule in the trunk version of .htaccess and commit
Final Release
When releasing a new version of a product, there are two bugs that are filed under Websites :: www.mozilla.com:
- Create in-product pages for Firefox 3.0.2 release
- Copy localized in-product pages for Firefox 3.0.2 release
- pascalc does this usually, so you just need to tag his changes
Update product-details
- Follow the directions in the top of the class
- When you commit this change, make note of the revision
- Note that you should check the
shipped-localesfile to make sure no locales were added/removed for this release- If something needs to be changed, update product-details appropriately
Update mozilla.com
- `svn copy` /en-US/firefox/3.0.1 to /en-US/firefox/3.0.2
- Edit /en-US/firefox/3.0.2/releasenotes/index.html to have correct information for this release (change version number, update links, update release date, update known issues, remove Solaris builds section for now, etc.)
- Add release to /en-US/firefox/releases/index.html
- Run `svn propedit svn:externals` in / and change the product-details external (-r<rev>) to whatever revision you just committed
- Make sure pascalc has copied all the localized in-product pages and updated their versions properly for this release
- Have QA look at the staging site with your changes
- Once QA is happy, merge to production (don't forget the .htaccess revert and the localized in-product pages!)
- Notify (irc works):
- mozilla-europe
- mozilla-japan
- mozilla china (?)
Update mozilla-europe.org
(pascal - what goes on here?)