diff --git a/Release-Procedure.md b/Release-Procedure.md index 07772e6..30bb72b 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -2,7 +2,7 @@ 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 repository 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 + git checkout -b release-v3.1.0 openlayers/master ### Create a changelog