Skip to content

Commit 6fd6d6a

Browse files
authored
add instruction to push new branch
Added instructions to push the new branch after cherry-picking commits.
1 parent 3ffc258 commit 6fd6d6a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mkdocs/docs/how-to-release.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ git checkout -b pyiceberg-0.8.x pyiceberg-0.8.0
9696

9797
# Cherry-pick commits for the upcoming patch release
9898
git cherry-pick <commit>
99+
100+
# Push the new branch
101+
git push git@github.com:apache/iceberg-python.git pyiceberg-0.8.x
99102
```
100103

101104
### Create Tag

0 commit comments

Comments
 (0)