Updated Release Procedure (markdown)

Éric Lemoine
2014-07-11 04:39:44 -07:00
parent d4050b533b
commit c47b4d9a99
+8 -1
@@ -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: