From 2bda08d05f566062ee544bedadd9f71051c62212 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Tue, 27 Sep 2022 12:04:30 +0200 Subject: [PATCH] release instructions: use correct "release" branch --- RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index a8632c2de..3a2a82094 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -92,7 +92,7 @@ $ rm -rf vendor/assets/iD/* && vendorer ```bash $ git add . && git commit -m 'Update to iD vA.B.C' -$ git push osmlab +$ git push osmlab iD-2.22.0 ``` -- [Open a pull request](https://github.com/openstreetmap/openstreetmap-website/compare/master...osmlab:master) using the [markdown text from the changelog](https://raw.githubusercontent.com/openstreetmap/iD/release/CHANGELOG.md) as the comment +- [Open a pull request](https://github.com/openstreetmap/openstreetmap-website/compare/master...osmlab:) using the [markdown text from the changelog](https://raw.githubusercontent.com/openstreetmap/iD/release/CHANGELOG.md) as the comment