From 15e9fac7981c8b8a08020fbd9e588eac558a52fa Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Tue, 11 Feb 2020 16:25:23 +0100 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index 15fc54c..4a44eb4 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 -For sensible updates to ol@dev, edit `package.json` and bump the patch version number, e.g. +Check out master again: + + git checkout openlayers/master -b master + +To allow updates to ol@dev, edit `package.json` and bump the patch version number, e.g. ```json { "name": "openlayers",