mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Improve developer-document
to include a note to keep both branches uptodate while creating a changelog. Cost me ~5 minutes doing the 2019.6 release...
This commit is contained in:
parent
31a2aac627
commit
c106534663
|
@ -130,7 +130,7 @@ If the day shows the same day, then the last candle can be assumed as incomplete
|
|||
|
||||
This part of the documentation is aimed at maintainers, and shows how to create a release.
|
||||
|
||||
### create release branch
|
||||
### Create release branch
|
||||
|
||||
``` bash
|
||||
# make sure you're in develop branch
|
||||
|
@ -144,7 +144,10 @@ git checkout -b new_release
|
|||
* Commit this part
|
||||
* push that branch to the remote and create a PR against the master branch
|
||||
|
||||
### create changelog from git commits
|
||||
### Create changelog from git commits
|
||||
|
||||
!!! Note
|
||||
Make sure that both master and develop are up-todate!.
|
||||
|
||||
``` bash
|
||||
# Needs to be done before merging / pulling that branch.
|
||||
|
|
Loading…
Reference in New Issue
Block a user