Changes between Version 94 and Version 95 of ReleasePractices/ManagerCheckList
- Timestamp:
- Sep 5, 2015, 8:42:01 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleasePractices/ManagerCheckList
v94 v95 35 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/live live-website 38 svn cp live-website/feed/templates/boost_x_xx_x.qbk live-website/feed/history/boost_1_39_0.qbk 37 git clone git@github.com:boostorg/website.git live-website 38 cd live-website 39 cp feed/templates/boost_x_xx_x.qbk feed/history/boost_1_60_0.qbk 40 git add feed/history/boost_1_60_0.qbk 39 41 }}} 40 Then edit the version number (in two places) in the new entry and commit.42 Then edit the version number (in two places) in the new entry, commit and push. 41 43 42 44 == Monitoring Release Progress ==