Changes between Version 11 and Version 12 of ReleaseProcedure


Ignore:
Timestamp:
Aug 20, 2007, 2:49:57 PM (17 years ago)
Author:
Jari Häkkinen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseProcedure

    v11 v12  
    137137    Upload the new packages to the [http://base2.thep.lu.se/base/ download area].
    138138    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]]
    146140  i. Check out the new minor branch
    147141{{{