Changes between Version 6 and Version 7 of ReleaseProcess


Ignore:
Timestamp:
08/26/10 11:21:37 (4 years ago)
Author:
dread
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseProcess

    v6 v7  
    22 
    33The OKF aims to make releases CKAN regularly - minor points every two months. Find releases at: [http://pypi.python.org/pypi/ckan PyPI]. See the changes at on the [http://knowledgeforge.net/ckan/doc/ckan/CHANGELOG.html Changelog]. 
     4 
     5See also: VersioningPolicy 
     6 
     7= Approaching release - alpha release = 
     8 
     9 1. Change the version number to the next version alpha in ckan/__init__.py e.g. 1.2a 
     10 1. Commit and push this change. 
     11 1. Bring metastable branch in line with default:  
     12{{{ 
     13$ hg up -C metastable 
     14$ hg merge -r default 
     15$ nosetests ckan/tests 
     16$ hg ci -m '[merge] from release 1.1a.' 
     17$ hg push 
     18}}} 
     19 
    420 
    521= Doing a CKAN release = 
     
    2339python setup.py sdist upload 
    2440}}} 
    25  1. Change the version number to the next version alpha in ckan/__init__.py e.g. 1.2a 
    26  1. Commit and push this change. 
    2741 1. Bring metastable branch in line with default:  
    2842{{{ 
     
    3246$ hg ci -m '[merge] from release 1.1.' 
    3347$ hg push 
    34 $ hg up -C default 
    35 $ hg merge -r metastable 
    36 $ hg ci -m '[merge] from metastable.' 
    37 $ hg push 
    3848}}} 
    3949 1. Merge the release to the bitbucket i18n repo and recreate the pot: