From c106534663915bb04038dd83aff836c351cb31f3 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 24 Jun 2019 20:13:40 +0200 Subject: [PATCH] Improve developer-document to include a note to keep both branches uptodate while creating a changelog. Cost me ~5 minutes doing the 2019.6 release... --- docs/developer.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/developer.md b/docs/developer.md index cf6b5d2cd..a5cf837e4 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -130,7 +130,7 @@ If the day shows the same day, then the last candle can be assumed as incomplete This part of the documentation is aimed at maintainers, and shows how to create a release. -### create release branch +### Create release branch ``` bash # make sure you're in develop branch @@ -144,7 +144,10 @@ git checkout -b new_release * Commit this part * push that branch to the remote and create a PR against the master branch -### create changelog from git commits +### Create changelog from git commits + +!!! Note + Make sure that both master and develop are up-todate!. ``` bash # Needs to be done before merging / pulling that branch.