From 57263e07604fb6e6700a59f4e2474efdf32a5b5e Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Tue, 8 Sep 2020 11:17:33 -0400 Subject: [PATCH] Update RELEASING.md --- RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'