Changes between Version 29 and Version 30 of Release/Procedure
- Timestamp:
- 03/12/12 12:27:55 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/Procedure
v29 v30 7 7 1. Create a new branch 8 8 {{{ 9 svn copy -m "Branching for the x.y Release" http://svn.openlayers.org/trunk/openlayers http://svn.openlayers.org/branches/openlayers/x.y 9 $ git clone git@github.com/openlayers/openlayers 10 $ git checkout -b x.y 11 $ git push origin x.y 10 12 }}} 13 This is a temporary branch, which will be deleted after the final release. 11 14 1. Make a Trac query to see a list of all the tickets that were closed for this release's milestone. 12 15 {{{
