From c47b4d9a992099ab6e7087eedf014489758f699e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 11 Jul 2014 04:39:44 -0700 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index 889088c..0e729dd 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -14,7 +14,14 @@ Tag the release. In a working copy of the openlayers/ol3 repo: You need a local clone of the openlayers/openlayers.github.io repo. -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). +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 + git add src/pages/index.hbs + git commit -m 'Updating for v3.0.0-beta.3' + + # push to GitHub + git push origin build Publish the release artifacts (examples and source) on the website. In a working copy of the openlayers/openlayers.github.io: