Changes between Version 53 and Version 54 of ReleaseProcedure
- Timestamp:
- Aug 7, 2009, 3:55:08 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcedure
v53 v54 57 57 }}} 58 58 The date is set when version A.[B+1] is released. [[br]][[br]] 59 1. Add an entry in `ChangeLog`60 {{{61 version A.[B+1]:62 - http://dev.thep.lu.se/svndigest/log/branches/A.B-stable?rev=HEAD&stop_rev=M+163 - http://dev.thep.lu.se/svndigest/query?milestone=A.[B+1]&order=id64 }}}65 i. Update version number in README. Locate and change line66 {{{67 This directory contains the A.[B+1] release of svndigest`68 }}}69 59 i. Commit changes to the repository, 70 60 `svn ci -m "Changes for future release A.[B+1]"` [[br]][[br]] … … 78 68 as bumping version number(s) ([source:trunk/m4/version.m4 version.m4]), 79 69 acknowledge contributions ([source:trunk/THANKS THANKS]), update 80 file s [source:trunk/NEWS NEWS] and [source:trunk/ChangeLog ChangeLog].70 file [source:trunk/NEWS NEWS]. 81 71 [[br]][[br]] 82 72 i. Update version number in [source:trunk/m4/version.m4 version.m4]. Locate and change the … … 94 84 Make sure that the items in [source:trunk/NEWS NEWS] cover the new features of the 95 85 release. [[br]][[br]] 96 i. Finalize the links to trac in [source:trunk/ChangeLog ChangeLog]97 {{{98 version A.B:99 - http://dev.thep.lu.se/svndigest/log/trunk?rev=N&stop_rev=M100 - http://dev.thep.lu.se/svndigest/query?milestone=A.B&order=id101 }}}102 where M should be current HEAD+2 (1 or 2 more commits are needed before release).103 [[br]][[br]]104 86 i. Commit changes to the repository 105 87 {{{ … … 203 185 }}} 204 186 The date is set when version A.B.1 is released. [[br]][[br]] 205 i. Add an entry in `ChangeLog`206 207 {{{208 version A.B.1:209 - http://dev.thep.lu.se/svndigest/log/branches/stable-A.B?rev=[M+1]&stop_rev=HEAD210 211 212 - http://dev.thep.lu.se/svndigest/query?milestone=A.B.1&order=id213 }}}214 187 i. Commit changes to the repository, 215 188 `svn ci -m "Changes for future release A.B.1"` [[br]][[br]] … … 224 197 1. Make sure that all commits are performed into to the branch, such 225 198 as bumping version number(s) (`version.m4`), acknowledge 226 contributions (`THANKS`), update files `NEWS` and 227 `ChangeLog`. [[br]][[br]] 199 contributions (`THANKS`), update file `NEWS`. [[br]][[br]] 228 200 i. Update version number in `configure.ac`. Locate and change the 229 201 below line … … 238 210 Make sure that the items in `NEWS` cover all important bug fixes of the 239 211 release. [[br]][[br]] 240 i. Finalize the links to trac in `ChangeLog`241 {{{242 version A.B.C:243 - http://dev.thep.lu.se/svndigest/log/branches/A.B-stable?rev=N&stop_rev=M244 - http://dev.thep.lu.se/svndigest/query?milestone=A.B.C&order=id245 }}}246 where `N` is given by247 {{{248 $ svn update249 N-2250 }}}251 and `M` should have been set at previous release.[[br]][[br]]252 212 i. Commit changes to the repository, `svn ci -m "Preparing release A.B.C"` 253 213 [[br]][[br]] … … 336 296 }}} 337 297 The date is set when version A.B.[C+1] is released. [[br]][[br]] 338 i. Add an entry in `ChangeLog`339 {{{340 version A.B.[C+1]:341 - http://dev.thep.lu.se/svndigest/log/branches/A.B-stable?rev=HEAD&stop_rev=[M+1]342 - http://dev.thep.lu.se/svndigest/query?milestone=A.B.[C+1]&order=id343 }}}344 298 i. Commit changes to the repository, 345 299 `svn ci -m "Changes for future release A.B.[C+1]"` [[br]][[br]]