Update RELEASING.md

This commit is contained in:
Quincy Morgan
2020-09-08 11:17:33 -04:00
committed by GitHub
parent f6cd0fdfcf
commit 57263e0760

View File

@@ -43,7 +43,7 @@ $ git tag vA.B.C
$ git push origin -f release vA.B.C
```
- Open https://github.com/openstreetmap/iD/tags
- Click `•••` > `Create Release` and link to `CHANGELOG.md` in `Describe this release`
- Click `•••` > `Create Release` and link to [`CHANGELOG.md`](https://github.com/openstreetmap/iD/blob/release/CHANGELOG.md) in `Describe this release`
#### Prepare `develop` branch for further development
@@ -51,7 +51,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`
- Increment version number and add `-dev` suffix in `modules/core/context.js` and `package.json`, e.g. `2.18.5-dev`
```bash
$ git add . && git commit -m 'Set development version number'