From fa941aea526830548fc1a6c0dd1f200fb8591e2f Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Mon, 20 Jul 2020 16:17:45 -0400 Subject: [PATCH] Update release instructions --- RELEASING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index b97695a79..3294d2645 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,8 +1,7 @@ ## Release Checklist ### Prerelease (several days prior) -- Notify translators of impending release - (https://www.transifex.com/projects/p/id-editor/announcements/) +- [Notify translators](https://www.transifex.com/projects/p/id-editor/announcements/) of the impending release - Notify TomH ### Prep @@ -56,6 +55,7 @@ $ git checkout develop ```bash $ git add . && git commit -m 'Set development version number' +$ git push origin develop ``` ### Update `openstreetmap-website` @@ -66,7 +66,7 @@ $ git remote add osmlab git@github.com:osmlab/openstreetmap-website.git $ git remote add openstreetmap git@github.com:openstreetmap/openstreetmap-website.git ``` -#### Sync develop branches +#### Sync `master` branches ```bash $ git fetch --all