Changes between Version 36 and Version 37 of ReleaseProcedure
- Timestamp:
- Dec 25, 2007, 4:44:22 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcedure
v36 v37 52 52 {{{ 53 53 version A.B: 54 - http://trac.thep.lu.se/ trac/svndigest/log/trunk?rev=N&stop_rev=M55 - http://trac.thep.lu.se/ trac/svndigest/query?milestone=A.B&order=id54 - http://trac.thep.lu.se/svndigest/log/trunk?rev=N&stop_rev=M 55 - http://trac.thep.lu.se/svndigest/query?milestone=A.B&order=id 56 56 }}} 57 57 where M should be current HEAD+2 (2 more commits are needed before release). … … 83 83 }}} 84 84 1. Update the version list in Trac using the 85 [http://trac.thep.lu.se/ trac/svndigest/admin/ticket/versions trac-admin tool].85 [http://trac.thep.lu.se/svndigest/admin/ticket/versions trac-admin tool]. 86 86 Remember to set the date [[br]][[br]] 87 87 1. Create a distribution package: … … 137 137 {{{ 138 138 version A.B.1: 139 - http://trac.thep.lu.se/ trac/svndigest/log/branches/stable-A.B?rev=[M+1]&stop_rev=HEAD140 - http://trac.thep.lu.se/ trac/svndigest/query?milestone=A.B.1&order=id139 - http://trac.thep.lu.se/svndigest/log/branches/stable-A.B?rev=[M+1]&stop_rev=HEAD 140 - http://trac.thep.lu.se/svndigest/query?milestone=A.B.1&order=id 141 141 }}} 142 142 i. Commit changes to the repository, … … 156 156 {{{ 157 157 version A.[B+1]: 158 - http://trac.thep.lu.se/ trac/svndigest/log/trunk?rev=HEAD&stop_rev=M+1159 - http://trac.thep.lu.se/ trac/svndigest/query?milestone=A.[B+1]&order=id158 - http://trac.thep.lu.se/svndigest/log/trunk?rev=HEAD&stop_rev=M+1 159 - http://trac.thep.lu.se/svndigest/query?milestone=A.[B+1]&order=id 160 160 }}} 161 161 i. Update version number in line `This directory contains the A.B release of svndigest` 162 162 i. Commit changes to the repository, 163 163 `svn ci -m "Changes for future release A.[B+1]"` [[br]][[br]] 164 1. Close the [http://trac.thep.lu.se/ trac/svndigest/roadmap milestone]164 1. Close the [http://trac.thep.lu.se/svndigest/roadmap milestone] 165 165 associated with the release and replace `head` with appropriate revision. Add a new milestone as needed (with log link). 166 166 … … 190 190 {{{ 191 191 version A.B.C: 192 - http://trac.thep.lu.se/ trac/svndigest/log/branches/A.B-stable?rev=N&stop_rev=M193 - http://trac.thep.lu.se/ trac/svndigest/query?milestone=A.B.C&order=id192 - http://trac.thep.lu.se/svndigest/log/branches/A.B-stable?rev=N&stop_rev=M 193 - http://trac.thep.lu.se/svndigest/query?milestone=A.B.C&order=id 194 194 }}} 195 195 where `N` is given by … … 225 225 }}} 226 226 1. Update the version list in Trac using the 227 [http://trac.thep.lu.se/ trac/svndigest/admin/ticket/versions trac-admin tool].227 [http://trac.thep.lu.se/svndigest/admin/ticket/versions trac-admin tool]. 228 228 Remember to set the date [[br]][[br]] 229 229 1. Create a distribution package: … … 265 265 {{{ 266 266 version A.B.[C+1]: 267 - http://trac.thep.lu.se/ trac/svndigest/log/branches/A.B-stable?rev=HEAD&stop_rev=[M+1]268 - http://trac.thep.lu.se/ trac/svndigest/query?milestone=A.B.[C+1]&order=id267 - http://trac.thep.lu.se/svndigest/log/branches/A.B-stable?rev=HEAD&stop_rev=[M+1] 268 - http://trac.thep.lu.se/svndigest/query?milestone=A.B.[C+1]&order=id 269 269 }}} 270 270 i. Commit changes to the repository,