Changes between Version 12 and Version 13 of ReleaseProcess


Ignore:
Timestamp:
03/15/11 18:47:44 (3 years ago)
Author:
dread
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseProcess

    v12 v13  
    2525 1. Remove the pre-release letter in the version number in ckan/__init__.py e.g. 1.1c -> 1.1 
    2626 1. Commit this change. 
     27 1. Update the internationalization POT file and commit it: 
     28{{{ 
     29$ python setup.py extract_messages 
     30$ hg ci -m '[i18n]: Updated POT ready for release.' ckan/i18n/ckan.pot 
     31}}} 
    2732 1. Compile the docs: 
    2833{{{ 
     
    5560$ hg push 
    5661}}} 
    57  1. Merge the release to the bitbucket i18n repo and recreate the pot: 
    58 {{{ 
    59 ??? 
    60 }}} 
    61  1. If there have been any unreleased changes to vdm, make sure you release that too. 
     62 1. If there have been any unreleased changes to OKF dependencies like vdm, ckanclient, swiss etc. make sure you release them too. 
    6263 
    6364