mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
doc: add instruction for creating branch
This commit is contained in:
parent
94e2e28edd
commit
93ab26fbf7
|
@ -1,5 +1,11 @@
|
|||
# Release Process
|
||||
|
||||
Create a new branch for the new release:
|
||||
|
||||
```shell
|
||||
git checkout -b release/v1.39.0 origin/main
|
||||
```
|
||||
|
||||
## 1. Run the release test script
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Reference in New Issue
Block a user