Add release section about collapsible section

This commit is contained in:
Matthias 2019-12-15 09:49:56 +01:00
parent 18dfa56752
commit 4463d58470
1 changed files with 11 additions and 0 deletions

View File

@ -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
<details>
<summary>Expand full changelog</summary>
... Full git changelog
</details>
```
### Create github release / tag
Once the PR against master is merged (best right after merging):