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):