From 0b01fa8da5e4f4abb4094014ecc4e6be76276d7a Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Mon, 19 Oct 2020 17:14:59 -0400 Subject: [PATCH] Add reminder about iD's URL parameters to releasing doc --- RELEASING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index 1f58fc4d1..ad78f1198 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -81,7 +81,13 @@ $ git push osmlab master $ git checkout -b iD-A.B.C $ bundle install $ rm -rf vendor/assets/iD/* && vendorer +``` + +- If there have been any changes to iD's [URL parameters](https://github.com/openstreetmap/iD/blob/develop/API.md#url-parameters), make sure they're reflected in [app/assets/javascripts/edit/id.js.erb](https://github.com/osmlab/openstreetmap-website/blob/master/app/assets/javascripts/edit/id.js.erb). + +```bash $ git add . && git commit -m 'Update to iD vA.B.C' $ git push osmlab ``` + - [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