Changes between Version 69 and Version 70 of ReleasePractices/ManagerCheckList
- Timestamp:
- Nov 26, 2011, 7:36:40 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleasePractices/ManagerCheckList
v69 v70 33 33 * Verify via jamboost@yahoogroups.com that bjam pre-built executables up-to-date. 34 34 35 * Create a placeholder for release information at: website/public_html/ beta/feed/history/, for example for boost 1.39.0:35 * Create a placeholder for release information at: website/public_html/live/feed/history/, for example for boost 1.39.0: 36 36 {{{ 37 svn co https://svn.boost.org/svn/boost/website/public_html/beta beta-website 38 svn cp beta-website/feed/templates/boost_x_xx_x.qbk beta-website/feed/history/boost_1_39_0.qbk 39 }}} 40 Then edit the version number (in two places) in the new entry and commit. 37 svn co https://svn.boost.org/svn/boost/website/public_html/live live-website 38 svn cp live-website/feed/templates/boost_x_xx_x.qbk live-website/feed/history/boost_1_39_0.qbk 39 }}} Then edit the version number (in two places) in the new entry and commit. 41 40 42 41 == Monitoring Release Progress ==