Set upstream tracking when pushing preview branch (#32075)

Joseph T. Lyons created

Release Notes:

- N/A

Change summary

script/bump-zed-minor-versions | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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} \\