Changes between Version 98 and Version 99 of ReleasePractices/ManagerCheckList
- Timestamp:
- Aug 22, 2017, 8:43:06 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleasePractices/ManagerCheckList
v98 v99 32 32 * Verify via jamboost@yahoogroups.com that `b2` pre-built executables up-to-date. 33 33 34 * Create a placeholder for release information at: website/public_html/live/feed/history/, for example for boost 1. 39.0:34 * Create a placeholder for release information at: website/public_html/live/feed/history/, for example for boost 1.60.0: 35 35 {{{ 36 36 git clone git@github.com:boostorg/website.git live-website … … 42 42 python site-tools/update.py 43 43 git add feed/history/boost_1_60_0.qbk 44 git add users/history/version_1_60_0.html45 44 git commit -a -m "Stub release notes for 1.60.0" 46 45 git push 47 46 }}} 47 This only updates the 'in progress' release notes. The proper release notes are created for the first beta. 48 48 49 49 == Monitoring Release Progress ==