Changes between Version 10 and Version 11 of Development/ReleaseChecklist


Ignore:
Timestamp:
01/16/13 22:55:59 (11 years ago)
Author:
ramonb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/ReleaseChecklist

    v10 v11  
    3333= 6) GIT: bugfix release: patchlevel version increase =
    3434
     35When you're only releasing a patchlevel version, i.e.: from 1.0.0 to 1.0.1:
     36  * we don't create seperate branch for patchlevel versions
     37  * we keep the minor version branch, i.e.: 1.0
     38  * just tag the version
     39  * push the tags
     40
    3541{{{
    3642git checkout stable/<version>
     
    4854
    4955= 6) GIT: feature release: major/minor version increase =
     56
     57For major or minor version increase releases (i.e. 1.1 or 2.0)
     58  * we create a new branch
     59  * tag the version
     60  * push the tags
     61  * setup local branch tracking so you get remote updates for the new branch
    5062
    5163{{{