diff --git a/RELEASING.md b/RELEASING.md index 7e054dcae..1f58fc4d1 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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'