Merge pull request #2660 from freqtrade/release_doc-

[minor][doc] Add release section about collapsible section
This commit is contained in:
hroff-1902 2019-12-15 20:27:27 +03:00 committed by GitHub
commit 2282f4bd37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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):