doc: add instruction for creating branch

This commit is contained in:
c9s 2022-08-17 17:00:00 +08:00
parent 94e2e28edd
commit 93ab26fbf7
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -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