Changes between Version 85 and Version 86 of Release/Procedure

Show
Ignore:
Timestamp:
06/27/12 13:58:28 (12 months ago)
Author:
erilem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/Procedure

    v85 v86  
    110110 * Review the notes in the {{{notes}}} dir 
    111111 * Set {{{VERSION_NUMBER}}} in {{{lib/OpenLayers.js}}} and {{{lib/OpenLayers/SingleFile.js}}} to {{{Release x.y}}}, and commit the change to the {{{x.y}}} branch. 
     112 * Merge branch x.y into master: 
     113{{{ 
     114$ git clone git@github.com/openlayers/openlayers 
     115$ git log master..x.y # review what is to be merged 
     116$ git merge x.y 
     117}}} 
    112118 * Create tag {{{release-x.y}}} (off branch {{{x.y}}}) 
    113119{{{