Changes between Version 16 and Version 17 of Dev_ReleaseManagement
- Timestamp:
- May 18, 2012 12:07:31 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev_ReleaseManagement
v16 v17 50 50 * distribute the release package on !SourceForge 51 51 52 The process of creating the tarball is packed in a Makefile. Get it from [https://gist.github.com/2725894 gist.github.com] and execute52 The 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 53 53 {{{ 54 54 make [GITBRANCH=release-x.y VERSION=x.y] dist … … 56 56 This will produce a tarball named roundcubemail-x.y.tar.gz which can be distributed. 57 57 58 === Minor Release /Hotfix ===58 === Minor Release or Hotfix === 59 59 60 60 * commit changes to the existing release branch … … 73 73 == 2.1 Create GPL package == 74 74 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 execute75 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#file_makefile Makefile] and execute 76 76 77 77 {{{ … … 101 101 * update project page on freshmeat.net 102 102 * post on Twitter (Till) 103
