Changes between Version 1 and Version 2 of ReleasePractices/Website


Ignore:
Timestamp:
Feb 24, 2012, 11:05:33 AM (11 years ago)
Author:
Daniel James
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleasePractices/Website

    v1 v2  
    2929== Beta release ==
    3030
    31 TODO
     31- Put documentation on server as above.
     32- ''TODO''
     33
     34== Release candidate ==
     35
     36This is optional. Just to get the documentation up.
     37
     38- Put documentation on server as above.
     39- `website/public_html/live/common/menu-doc.html`:
     40  - Edit menu link.
     41- `website/public_html/live/doc/.htaccess`:
     42  - Redirect from `development` to new version.
     43  - Remove redirect to beta version (if present).
     44- ''TODO'': Set maximum version in php.
     45- Check changes, commit, check on the site that they've worked.
     46- Release notes:
     47  - Update documentation link.
     48  - update & commit.
     49
     50== Release ==
     51
     52Some of these might have been done for the release candidate.
     53
     54- Put documentation on server as above.
     55- `website/public_html/live/common/menu-doc.html`:
     56  - Edit menu link.
     57- `website/public_html/live/doc/.htaccess`:
     58  - Redirect from `development` to new version.
     59  - Remove redirect to beta version (if present).
     60- `common/code/boost.php`:
     61  - Update version.
     62- Check changes, commit, check on the site that they've worked.
     63- Release notes:
     64  - Copy date from email into `last-revision`.
     65  - Set `status` to `released`.
     66  - Update download link.
     67  - Update documentation link.
     68  - update & commit.