Changes between Version 5 and Version 6 of ReleaseProcedure
- Timestamp:
- Aug 16, 2007, 11:21:30 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcedure
v5 v6 54 54 1. Update copyright statements with 55 55 {{{ 56 ./bin/svndigest --copyright 56 ./bin/svndigest --copyright --no-report 57 57 }}} 58 58 Examine the updates and commit changes with `svn ci -m "updating copyright statements"`. For … … 125 125 i. In section '''BASE ''devel'' ''' update link to `[milestone:A.B+1 A.B+1]`.[[br]][[br]] 126 126 i. Add a ''Base A.B'' subsection in the '''All packaged BASE releases''' section. [[br]][[br]] 127 1. Close the [http://trac.thep.lu.se/trac/ svndigest/roadmap milestone]127 1. Close the [http://trac.thep.lu.se/trac/base/roadmap milestone] 128 128 associated with the release and replace `head` with appropriate revision. Add a new milestone as 129 129 needed (with an associated log link like ''Revision Log: log:branches/webservices@3001:head'' in the … … 159 159 1. Update copyright statements with 160 160 {{{ 161 ./bin/svndigest --copyright 161 ./bin/svndigest --copyright --no-report 162 162 }}} 163 163 Examine the updates and commit changes with `svn ci -m "updating copyright statements"`. For … … 220 220 {{{ 221 221 cd trunk_merge 222 svn merge http://lev.thep.lu.se/repository/ svndigest/tags/A.B \223 http://lev.thep.lu.se/repository/ svndigest/tags/A.B.1222 svn merge http://lev.thep.lu.se/repository/base/tags/A.B \ 223 http://lev.thep.lu.se/repository/base/tags/A.B.1 224 224 }}} 225 225 i. Resolve all conflicts. Run tests and perform all other