Changes between Version 7 and Version 8 of ReleasePractices/ManagerCheckList
- Timestamp:
- Aug 12, 2008, 12:43:21 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleasePractices/ManagerCheckList
v7 v8 43 43 == Subversion Release Tag == 44 44 45 * Pre-release activities all complete? 45 * Do a local working copy Update to verify no past-deadline changes were made (and thus escaped testing). 46 47 * Do a last review of the regression test results to verify no unexpected failures occurred. 48 49 * Check developer's list to verify no last minute showstoppers were reported. 46 50 47 51 * Create SVN release tag: … … 49 53 * From WC at URL: https://svn.boost.org/svn/boost/branches/release 50 54 * To URL: https://svn.boost.org/svn/boost/tags/release/Boost_#_##_#[_RC#|_beta#]. 55 * Create copy in the repository from: Head revision in the repository 51 56 52 57 == Distribution ==