Changes between Version 18 and Version 19 of ReleaseProcess


Ignore:
Timestamp:
07/08/11 14:42:55 (3 years ago)
Author:
dread
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseProcess

    v18 v19  
    2525 1. Commit these changes: 
    2626{{{ 
    27 $ hg ci -m '[release] branch.' 
     27$ hg ci -m '[release]: branch.' 
     28}}} 
     29 1. Update version number on default: 
     30{{{ 
     31$ hg up default 
     32}}} 
     33    Edit ckan/__init__.py with incremented number but alpha: e.g. 1.2a 
     34 1. Commit the change and push everything: 
     35{{{ 
     36$ hg ci -m '[release]: Increment version number in anticipation of next version.' 
     37$ hg push 
    2838}}} 
    2939