Merge pull request #2660 from freqtrade/release_doc-
[minor][doc] Add release section about collapsible section
This commit is contained in:
commit
2282f4bd37
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user