From ecf489a3b9b0247d214dd70b0fdc6d1fe38270a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 8 Aug 2014 09:23:15 -0700 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Release-Procedure.md b/Release-Procedure.md index 655783e..616169e 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -14,6 +14,11 @@ Tag the release. In a working copy of the openlayers/ol3 repo: You need a local clone of the openlayers/openlayers.github.io repo, with the `build` branch checked out. +First of all make sure your `build` branch is up-to-dat: + + git fetch origin + git merge --ff-only origin/build + Edit the `src/pages/index.hbs` page to link to the latest release (this will not be a working link until the release page is added below). Commit and push the change: # commit the change