From 65eb820094aa76507aa81dc4604de2cf8f1ab0e6 Mon Sep 17 00:00:00 2001 From: tschaub Date: Mon, 22 Dec 2014 13:04:35 -0800 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index ccfb48f..58bf177 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -56,10 +56,10 @@ Run the `publish.sh` task with the version number as specified in the `package.j 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: +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 openlayers - git merge --ff-only openlayers/build + git fetch origin + git merge --ff-only 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: @@ -68,7 +68,7 @@ Edit the `package.json` page to include the version number for the latest releas git commit -m 'Updating for v3.1.0' # push to GitHub - git push openlayers build + git push origin build Publish the release artifacts (examples and source) on the website. In a working copy of the openlayers/openlayers.github.io: