From e3b5e0159991691760824d8e383589fb27cb5a18 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 13 Apr 2017 21:26:15 -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 94b5335..a4bfdb6 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -97,7 +97,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 fetch origin - git merge --ff-only origin/build + git reset --hard origin/build Edit the `package.json` page to include the version number for the latest release (e.g. `"version": "3.1.0"`). Commit and push the change: