Changes between Version 3 and Version 4 of ReleaseProcedure
- Timestamp:
- Jun 25, 2007, 10:14:28 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcedure
v3 v4 13 13 1. Edit `NEWS` on trunk to introduce a new section for the upcoming release. The section starts with: 14 14 {{{ 15 Version A.B (released ?? ????? 200 X)15 Version A.B (released ?? ????? 200?) 16 16 }}} 17 17 Leave the release date blank for now. It will remain this way until rolling time. … … 33 33 This section describes how to roll a release A.B.C. 34 34 35 1. Update files ` NEWS`and `configure.ac` on release branch35 1. Update files `ChangeLog`, `NEWS`, and `configure.ac` on release branch 36 36 * Add text in `NEWS` what is new for this release 37 37 * Update `configure.ac` setting ''devel'' to `false` … … 67 67 * Commit changes to trunk: `svn commit -m "Merged log:branches/0.1-stable#N:M trunk."` 68 68 69 7. Update version in `configure.ac` on release branch to A.B.(C++). 70 71 8. Edit NEWS on trunk (and release branch) to introduce a new section for the upcoming release. The section starts with: 69 7. Edit NEWS on trunk (and release branch) to introduce a new section for the upcoming release. The section starts with: 72 70 {{{ 73 71 Version A.B.0 (released ?? ????? 200?) … … 75 73 Leave the release date blank for now. It will remain this way until rolling time. 76 74 77 9. Update Trac:75 8. Update Trac: 78 76 * Update the version list in Trac using the trac-admin tool, i.e., add version A.B 79 77 * Close the milestone A.B and add a new milestones.