Changes between Version 18 and Version 19 of ReleaseProcess
- Timestamp:
- 07/08/11 14:42:55 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcess
v18 v19 25 25 1. Commit these changes: 26 26 {{{ 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 28 38 }}} 29 39