From 6102cf3412d061f0a85ae377704e3b57e1c00b1d Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 21 Jul 2018 09:36:56 -0600 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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