Updated Release Procedure (markdown)
+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.
|
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 fetch origin
|
||||||
git merge --ff-only openlayers/build
|
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:
|
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'
|
git commit -m 'Updating for v3.1.0'
|
||||||
|
|
||||||
# push to GitHub
|
# 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:
|
Publish the release artifacts (examples and source) on the website. In a working copy of the openlayers/openlayers.github.io:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user