From 5cd111b22f4def7c373b7005cd1a8e7abcb213f6 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 13 Apr 2017 21:27:15 -0600 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Release-Procedure.md b/Release-Procedure.md index a4bfdb6..49cfa0e 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -96,6 +96,7 @@ You need a local clone of the [openlayers.github.io](https://github.com/openlaye First of all make sure your `build` branch is up to date. Note that the deploy step requires that the remote is named `origin`. + git checkout build git fetch origin git reset --hard origin/build