drop outdated/unnecessary step

This commit is contained in:
Martin Raifer
2023-01-19 15:59:54 +01:00
committed by GitHub
parent dd772bf994
commit f376a25d24
+1 -1
View File
@@ -57,7 +57,7 @@ $ git push origin -f release vA.B.C
$ git checkout develop
```
- Increment version number and add `-dev` suffix in `modules/core/context.js` and `package.json`, e.g. `2.18.5-dev`
- Increment version number and add `-dev` suffix in `package.json`, e.g. `2.25.0-dev`
```bash
$ git add . && git commit -m 'Set development version number'