Updated Release Procedure (markdown)
+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
|
||||
|
||||
Reference in New Issue
Block a user