From 637fe35549ab3c9d30f6361adc02f53a11b5ba2a Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 20 Sep 2020 11:53:47 +0200 Subject: [PATCH] Fix typo in release documentation --- docs/developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer.md b/docs/developer.md index 6eeaf47f4..21934916f 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -294,7 +294,7 @@ Determine if crucial bugfixes have been made between this commit and the current ### Create changelog from git commits !!! Note - Make sure that the release branch is up-to-date! + Make sure that the `stable` branch is up-to-date! ``` bash # Needs to be done before merging / pulling that branch.