From 4eac67b9812509ce2eff8fe5019acc7041345f35 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Thu, 13 Feb 2020 21:03:55 +0100 Subject: [PATCH] Add missing checkout --- Release-Procedure.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index 97acba9..fdba343 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -65,7 +65,11 @@ Run the `publish.sh` task with the version number as specified in the `package.j ### Bump the patch version number -This is to allow users to update to ol@dev seamlessly. Edit `package.json` and bump the patch version number, e.g. +This is to allow users to update to ol@dev seamlessly. Check out the release branch again: + + git checkout release-v3.1.0 + +Edit `package.json` and bump the patch version number, e.g. ```json { "name": "openlayers",