Updated Release Procedure (markdown)

Andreas Hocevar
2020-04-02 22:22:15 +02:00
parent ae000040cb
commit 519f066934
+2 -2
@@ -73,7 +73,7 @@ Edit `package.json` and bump the patch version number, e.g.
```json
{
"name": "openlayers",
"version": "3.1.1"
"version": "3.1.1-dev"
}
```
Propagate this change to `package-lock.json`:
@@ -83,7 +83,7 @@ Propagate this change to `package-lock.json`:
Commit and push this change:
git add package.json package-lock.json
git commit -m "Develop on 3.1.1"
git commit -m "Develop on 3.1.1-dev"
### Merge the release branch