Changes between Version 16 and Version 17 of Dev_ReleaseManagement


Ignore:
Timestamp:
May 18, 2012 12:07:31 PM (12 months ago)
Author:
thomasb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev_ReleaseManagement

    v16 v17  
    5050 * distribute the release package on !SourceForge 
    5151 
    52 The process of creating the tarball is packed in a Makefile. Get it from [https://gist.github.com/2725894 gist.github.com] and execute 
     52The process of creating the tarball is packed in a Makefile. Get it from [https://gist.github.com/2725894#file_makefile gist.github.com] and execute 
    5353{{{ 
    5454make [GITBRANCH=release-x.y VERSION=x.y] dist 
     
    5656This will produce a tarball named roundcubemail-x.y.tar.gz which can be distributed. 
    5757 
    58 === Minor Release/Hotfix === 
     58=== Minor Release or Hotfix === 
    5959 
    6060 * commit changes to the existing release branch 
     
    7373== 2.1 Create GPL package == 
    7474 
    75 GPL packages are actually the same as the default package but without PEAR and other library files included. To create such a release package, use the above mentioned [https://gist.github.com/2725894 Makefile] and execute 
     75GPL packages are actually the same as the default package but without PEAR and other library files included. To create such a release package, use the above mentioned [https://gist.github.com/2725894#file_makefile Makefile] and execute 
    7676 
    7777{{{ 
     
    101101 * update project page on freshmeat.net 
    102102 * post on Twitter (Till) 
    103