Add missing checkout

Andreas Hocevar
2020-02-13 21:03:55 +01:00
parent b2a9828179
commit 4eac67b981
+5 -1
@@ -65,7 +65,11 @@ Run the `publish.sh` task with the version number as specified in the `package.j
### Bump the patch version number
This is to allow users to update to ol@dev seamlessly. Edit `package.json` and bump the patch version number, e.g.
This is to allow users to update to ol@dev seamlessly. Check out the release branch again:
git checkout release-v3.1.0
Edit `package.json` and bump the patch version number, e.g.
```json
{
"name": "openlayers",