Changes between Version 13 and Version 14 of Development/ReleaseChecklist


Ignore:
Timestamp:
01/17/13 10:37:28 (11 years ago)
Author:
ramonb
Comment:

should create tarball after git, not before

Legend:

Unmodified
Added
Removed
Modified
  • Development/ReleaseChecklist

    v13 v14  
    2323 * if everything ok: continue with steps 5+
    2424
    25 = 5) Create tarball =
    26 
    27 {{{
    28 git checkout stable/<version>
    29 git archive --format=tar --prefix=CMT-<version>/ HEAD | bzip2 >CMT-<version>.src.tar.bz2
    30 }}}
    31 
    32 I.e.:
    33 {{{
    34 git checkout stable/1.0
    35 git archive --format=tar --prefix=CMT-1.0.1/ HEAD | bzip2 >CMT-1.0.1.src.tar.bz2
    36 }}}
    37 
    38 
    39 = 6) GIT: bugfix release: patchlevel version increase =
     25= 5) GIT: bugfix release: patchlevel version increase =
    4026
    4127When you're only releasing a patchlevel version, i.e.: from 1.0.0 to 1.0.1:
     
    5945}}}
    6046
    61 = 6) GIT: feature release: major/minor version increase =
     47= 5) GIT: feature release: major/minor version increase =
    6248
    6349For major or minor version increase releases (i.e. 1.1 or 2.0)
     
    8470}}}
    8571
     72= 6) Create tarball =
     73
     74{{{
     75git checkout stable/<version>
     76git archive --format=tar --prefix=CMT-<version>/ HEAD | bzip2 >CMT-<version>.src.tar.bz2
     77}}}
     78
     79I.e.:
     80{{{
     81git checkout stable/1.0
     82git archive --format=tar --prefix=CMT-1.0.1/ HEAD | bzip2 >CMT-1.0.1.src.tar.bz2
     83}}}
     84
    8685= 7) Upload to FTP =
    8786