Updated Release Procedure (markdown)

Tim Schaub
2017-04-13 21:26:15 -06:00
parent 0db5715135
commit e3b5e01599
+1 -1
@@ -97,7 +97,7 @@ You need a local clone of the [openlayers.github.io](https://github.com/openlaye
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 origin
git merge --ff-only origin/build
git reset --hard 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: