From 20eaa8613e90b8a45c19fcb2abe7c242bc958435 Mon Sep 17 00:00:00 2001 From: tschaub Date: Mon, 22 Dec 2014 12:57:33 -0800 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index e2c3d86..ccfb48f 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -61,10 +61,10 @@ First of all make sure your `build` branch is up-to-dat: git fetch openlayers git merge --ff-only openlayers/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: +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: # commit the change - git add src/pages/index.hbs + git add package.json git commit -m 'Updating for v3.1.0' # push to GitHub