Changes between Version 3 and Version 4 of ReleasePractices/Website


Ignore:
Timestamp:
Jun 28, 2012, 1:30:54 PM (10 years ago)
Author:
Daniel James
Comment:

Make the RC/release stages a bit clearer + remove some updates (e.g. only adding link to sidebar when releasing)

Legend:

Unmodified
Added
Removed
Modified
  • ReleasePractices/Website

    v3 v4  
    4040== Release candidate ==
    4141
    42 This is optional. Just to get the documentation up.
     42Update documentation, so that release notes link to RC documentation and it can be seen in place.
    4343
    4444- Put documentation on server as above.
    45 - `website/public_html/live/common/menu-doc.html`:
    46   - Edit menu link.
    47 - `website/public_html/live/doc/.htaccess`:
    48   - Redirect from `development` to new version.
    49   - Remove redirect to beta version (if present).
    50 - ''TODO'': Set maximum version in php.
    51 - Check changes, commit, check on the site that they've worked.
     45- Website:
     46  - `website/public_html/live/doc/.htaccess`:
     47    - Redirect from `development` to new version (not really necessary?).
     48  - Check changes, commit, check on the site that they've worked.
    5249- Release notes:
    5350  - Update documentation link.
    54   - update & commit.
     51  - Update & commit.
    5552
    5653== Release ==
     
    5855Some of these might have been done for the release candidate.
    5956
    60 - Put documentation on server as above.
    61 - `website/public_html/live/common/menu-doc.html`:
    62   - Edit menu link.
    63 - `website/public_html/live/doc/.htaccess`:
    64   - Redirect from `development` to new version.
    65   - Remove redirect to beta version (if present).
    66 - `common/code/boost.php`:
    67   - Update version.
    68 - Check changes, commit, check on the site that they've worked.
     57- If necessary, put documentation on server as above.
     58- Website:
     59  - `website/public_html/live/common/menu-doc.html`:
     60    - Edit menu link.
     61  - `website/public_html/live/doc/.htaccess`:
     62    - Redirect from `development` and `release` to new version.
     63  - `common/code/boost.php`:
     64    - Update version.
     65  - Check changes, commit, check on the site that they've worked.
    6966- Release notes:
    7067  - Copy date from email into `last-revision`.