From 4463d58470aff647fe3769e52c2c90c12588ca98 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 15 Dec 2019 09:49:56 +0100 Subject: [PATCH] Add release section about collapsible section --- docs/developer.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/developer.md b/docs/developer.md index d731f1768..fe37c140e 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -246,6 +246,17 @@ Determine if crucial bugfixes have been made between this commit and the current git log --oneline --no-decorate --no-merges master..new_release ``` +To keep the release-log short, best wrap the full git changelog into a collapsible details secction. + +```markdown +
+Expand full changelog + +... Full git changelog + +
+``` + ### Create github release / tag Once the PR against master is merged (best right after merging):