Changes between Version 11 and Version 12 of ReleaseProcedure
- Timestamp:
- Aug 20, 2007, 2:49:57 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcedure
v11 v12 137 137 Upload the new packages to the [http://base2.thep.lu.se/base/ download area]. 138 138 Remove `A.B_dist` directory. [[br]][[br]] 139 1. Create a new minor branch using a one liner like 140 {{{ 141 svn copy http://lev.thep.lu.se/repository/base/tags/A.B \ 142 http://lev.thep.lu.se/repository/base/branches/A.B-stable \ 143 -m "New minor version A.B branch" 144 }}} 145 Prepare the minor branch for the first patch release [[br]][[br]] 139 1. Prepare the minor branch for the first patch release [[br]][[br]] 146 140 i. Check out the new minor branch 147 141 {{{