Updated Release Procedure (markdown)
+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.
|
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:
|
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