Changes between Version 45 and Version 46 of Release/Procedure
- Timestamp:
- 03/12/12 14:19:07 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/Procedure
v45 v46 17 17 $ git push origin x.y 18 18 }}} 19 This is a temporary branch, which will be deleted at the very end of the release process.[[br]] Once the release branch is created all the changes/commits for that release should be added to this branch. And commits added to the release branch should regularly be merged in the {{{master}}} branch. Here's how:19 This is a temporary branch, which will be deleted at the very end of the release process.[[br]][[br]]Once the release branch is created all the changes/commits for that release should be added to this branch. And commits added to the release branch should regularly be merged in the {{{master}}} branch. Here's how: 20 20 {{{ 21 21 $ git clone git@github.com/openlayers/openlayers 22 $ git log master..x.y # review what is to be merged 22 23 $ git merge x.y 23 24 }}}
