Difference between revisions of "Releases:Website Checklist"

From Camino Wiki
Jump to navigation Jump to search
m (fix link)
(Lunch. Finishing this afterwards.)
Line 26: Line 26:
 
# Update the tag in [[Development:Building#FAQ]]
 
# Update the tag in [[Development:Building#FAQ]]
 
# Update the dates and links in [[Development:Roadmap]]
 
# Update the dates and links in [[Development:Roadmap]]
 +
 +
== 1.5.4 Release ==
 +
Here's what I did in Coda (for Smokey):
 +
# Relnotes
 +
## Duplicate releases/1.5.3/
 +
## Rename it to releases/1.5.4/
 +
## Change page title at the top
 +
## Change intro to say 1.5.4. (And 1.5.3 instead of 1.5.2)
 +
## Copy/Paste notes from wiki page and format like previous notes
 +
## At bottom of document, change download links to point to 1.5.4
 +
## Change release date
 +
## Add any languages (none this release)
 +
# Download
 +
## Duplicate /download/releases/1.5.3/
 +
## Rename it to /download/releases/1.5.4/
 +
## Duplicate /download/releases/1.5.3-MultiLang/
 +
## Rename it to /download/releases/1.5.4-MultiLang/
 +
## Change page title and URL at top of both pages to be 1.5.4
 +
## Change intro text to be 1.5.4 on both pages (including download URLs)
 +
## Change relnotes link (x2) on both pages
 +
## Change release date on both pages
 +
## Add any languages (none this release) on the MultiLang page
 +
# Downloads Old (1.5.3 + MultiLang)
 +
## Change title to "Download" (remove 'ing')
 +
## Remove the two $download* variables at the top of the 1.5.3 page.
 +
## Copy/paste intro and col2span from a previous release (this removes the graphical instructions)
 +
## s/1.5.2/1.5.3
 +
# Download Releases
 +
## Edit /download/releases/index.php
 +
## In the "Latest Release" section, s/1.5.3/1.5.4
 +
## Copy/Paste the preview release line and s/1.5.2/1.5.3
 +
# htaccess
 +
## Change this line: RewriteRule ^releases/latest/?$ /releases/1.5.3/ [R=302]
 +
# Header
 +
## In header_inc, s/1.5.3/1.5.4
 +
# Start Pages
 +
## In config.inc and config.start.inc:
 +
### Change latest to 1.5.4
 +
### Add new line for 1.5.4 (copy paste from 1.5.3 and rename)

Revision as of 12:54, 5 December 2007

Major minor release

When releasing a Camino 1.5.x release, the following things need to be done to prepare the website and to update it:

  1. Create release notes on website (including anchors for each of the sections, i.e., for easy linking to Known Issues).
    • Currently this is just a copy and paste from the previous release (like 1.5.1) with the added relnotes for that release.
    • Update the release date and add any languages that were added to the ML build in this release
  2. Update the .htaccess file so that /releases/latest points to the new relnotes
  3. Update /download/releases/index.php file with latest version information
  4. Create download links (/download/releases/VERSION# and /download/releases/VERSION#-MultiLang)
    • Currently copy/pasted from previous release with version numbers and release dates updated
    • Add any languages that were added to the ML build in this release
  5. Update agentdetect scripts
    1. Add new line for release to both config files ('regular' and 'start')
    2. Add new line for release to message file ('regular' and 'start')
    3. [message] Update previous releases' lines to warn users to upgrade to latest release; update version numbers specifically ('regular' and 'start')
    4. [message] Update all 1.0.x release lines to have the latest version in them ('regular' and 'start')
    5. [message] Update 'default' line to have latest version ('regular' and 'start')
    6. [message] Add new 'else if' for release further in message file
  6. Create blog post including adding it to archive and atom feed (manually generated)
  7. Get release version into Bouncer (pending final release file)
  8. Update m.o VARIABLES
    • this needs the bouncer urls, file size, etc., and the cbo release note url
    • Sam has blanket-a=reed to update VARIABLES for Camino; if Sam is missing, get reed to do it for us
  9. Try to get mozillaZine to update their links :P
  10. Update the tag in Development:Building#FAQ
  11. Update the dates and links in Development:Roadmap

1.5.4 Release

Here's what I did in Coda (for Smokey):

  1. Relnotes
    1. Duplicate releases/1.5.3/
    2. Rename it to releases/1.5.4/
    3. Change page title at the top
    4. Change intro to say 1.5.4. (And 1.5.3 instead of 1.5.2)
    5. Copy/Paste notes from wiki page and format like previous notes
    6. At bottom of document, change download links to point to 1.5.4
    7. Change release date
    8. Add any languages (none this release)
  2. Download
    1. Duplicate /download/releases/1.5.3/
    2. Rename it to /download/releases/1.5.4/
    3. Duplicate /download/releases/1.5.3-MultiLang/
    4. Rename it to /download/releases/1.5.4-MultiLang/
    5. Change page title and URL at top of both pages to be 1.5.4
    6. Change intro text to be 1.5.4 on both pages (including download URLs)
    7. Change relnotes link (x2) on both pages
    8. Change release date on both pages
    9. Add any languages (none this release) on the MultiLang page
  3. Downloads Old (1.5.3 + MultiLang)
    1. Change title to "Download" (remove 'ing')
    2. Remove the two $download* variables at the top of the 1.5.3 page.
    3. Copy/paste intro and col2span from a previous release (this removes the graphical instructions)
    4. s/1.5.2/1.5.3
  4. Download Releases
    1. Edit /download/releases/index.php
    2. In the "Latest Release" section, s/1.5.3/1.5.4
    3. Copy/Paste the preview release line and s/1.5.2/1.5.3
  5. htaccess
    1. Change this line: RewriteRule ^releases/latest/?$ /releases/1.5.3/ [R=302]
  6. Header
    1. In header_inc, s/1.5.3/1.5.4
  7. Start Pages
    1. In config.inc and config.start.inc:
      1. Change latest to 1.5.4
      2. Add new line for 1.5.4 (copy paste from 1.5.3 and rename)