From e5509ced5efe3e44078331286f0705a05b6073eb Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Fri, 27 Mar 2015 10:04:49 +0100 Subject: [PATCH] small clarification on where to create the release branch --- Release-Procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index 7f635f5..2bf4129 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -2,7 +2,7 @@ This document is a work in progress. When it is finalized, it should be include ### Create a release branch -The release process involves a couple changes to the repository: updating the version number in package.json and adding a changelog. In order to make these release-related changes, create a branch. Note that all the examples below use 3.1.0 as the release version (and 3.0.0 as the previous release). You'll want to use the appropriate version numbers for the release you're working toward. +The release process involves a couple changes to the repository: updating the version number in package.json and adding a changelog. In order to make these release-related changes, create a branch in your ol3 clone. Note that all the examples below use 3.1.0 as the release version (and 3.0.0 as the previous release). You'll want to use the appropriate version numbers for the release you're working toward. git checkout -b release-v3.1.0 master