Updated Release Procedure (markdown)

tschaub
2014-12-22 12:57:33 -08:00
parent 948c8e27ba
commit 20eaa8613e
+2 -2
@@ -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