Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 0e74ddc

Browse files
author
Jack Ye
committed
add set upstream
1 parent 241f176 commit 0e74ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

landing-page/content/common/how-to-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ For example, for 1.2.0 release we do:
260260

261261
```bash
262262
git checkout -b 1.2.x apache-iceberg-1.2.0
263-
git push apache 1.2.x
263+
git push --set-upstream apache 1.2.x
264264
```
265265

266266
#### Maven release

0 commit comments

Comments
 (0)