From 3987b6073813a4a4d286f55650530173fdbd1b6b Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Wed, 4 Jun 2025 10:42:50 -0400 Subject: [PATCH] Set upstream tracking when pushing preview branch (#32075) Release Notes: - N/A --- script/bump-zed-minor-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bump-zed-minor-versions b/script/bump-zed-minor-versions index 4e59b293ff..10535ce79b 100755 --- a/script/bump-zed-minor-versions +++ b/script/bump-zed-minor-versions @@ -97,7 +97,7 @@ Prepared new Zed versions locally. You will need to push the branches and open a # To push and open a PR to update main: - git push origin \\ + git push -u origin \\ ${preview_tag_name} \\ ${stable_tag_name} \\ ${minor_branch_name} \\