small clarification on where to create the release branch
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user