Changes between Version 12 and Version 13 of ReleasePractices/ManagerCheckList
- Timestamp:
- Aug 18, 2008, 8:06:31 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleasePractices/ManagerCheckList
v12 v13 7 7 == Introduction == 8 8 9 Historically, items on this checklist were accomplished by scripts written in Perl, Python, Bash, C++, and as Windows command files, or by point-and-click on a FrontPage or other GUI based program. Long term the plan is to move as much as possible of these to C++, as the one language all Boost developers are comfortable with.10 9 11 == Pre-release activities==10 == Release cycle initialization == 12 11 13 * After discussion on the main list, post the release schedule. 12 * Request that the new version number is added to Trac. 13 14 * Ready trunk/index.html, trunk/boost/version.hpp, and trunk/Jamroot, trunk/more/getting_started/detail/release-variables.rst for the next release and commit to Subversion. (Possibly also update trunk/more/getting_started/unix-variants.rst, and also work rebuilding the getting started guide into the process somewhere). 15 16 * Merge version number changes to branches/release. 17 18 * Update ReleaseSchedule 19 20 * Post the "Release open for merges" message. See ??? 14 21 15 22 * Verify the root/index.htm, root/boost/version.hpp, root/Jamfile.v2 and root/Jamrules release numbers are correct and agree. … … 93 100 94 101 * Post a message announcing the release and recapping "Latest News". Post as separate messages to: boost, boost-announce, boost-users, comp.lang.c++.moderated, c++std-news 95 96 * Request that the new version number is added to Trac. 97 98 * Ready trunk/index.html, trunk/boost/version.hpp, and trunk/Jamroot, trunk/more/getting_started/detail/release-variables.rst for the next release and commit to Subversion. (Possibly also update trunk/more/getting_started/unix-variants.rst, and also work rebuilding the getting started guide into the process somewhere). 99 100 * Merge version number changes to branches/release. 101 102 102 103 ---- 103 104 Copyright Beman Dawes 2001, 2008