Updated Release Procedure (markdown)

tschaub
2014-12-22 13:04:35 -08:00
parent 20eaa8613e
commit 65eb820094
+4 -4
@@ -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: