Changes between Version 56 and Version 57 of ReleasePractices/ManagerCheckList
- Timestamp:
- Jun 10, 2010, 9:58:01 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleasePractices/ManagerCheckList
v56 v57 60 60 Before a new library is merged into branches/release, the release manager should verify: 61 61 62 * root/index.html includes the library in its list of new libraries.63 62 * root/libs/libraries.htm entry is OK, both in the alphabetic list and in the category lists. 64 63 * root/libs/maintainers.txt entry is OK. 65 * website/public_html/beta/feed/history/ entry is OK.66 * The library has been added to the website documentation list67 64 * The library's root/libs/xxx directory contains an index.html file with either the main docs or a redirection to the main docs. 68 65 * The primary docs pages meet Boost requirements and guidelines. Don't leave this until too late; it has turned up lots of issues in the past. 69 * Component has been added to Trac. See https://svn.boost.org/trac/boost/admin/ticket/components70 66 * Trunk inspection report is clean. 71 67 * Trunk regression tests are reasonably clean or marked up. … … 76 72 * Release branch inspection report is clean. 77 73 * Release branch regression tests are reasonably clean or marked up. 74 75 Before the beta test, the release managers should ensure that: 76 77 * root/index.html includes the library in its list of new libraries. 78 * website/public_html/beta/feed/history/ entry is OK. 79 * The library has been added to the website documentation list 80 * Component has been added to Trac. See https://svn.boost.org/trac/boost/admin/ticket/components 78 81 79 82 == Beta Release ==