From 9701b3ddbf781919eb9d8648ea28408cb3e925d9 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Wed, 6 Sep 2023 12:52:23 -0400 Subject: [PATCH] x --- script/bump-zed-minor-versions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/bump-zed-minor-versions b/script/bump-zed-minor-versions index 8dcf7e334e..2f1ad7345e 100755 --- a/script/bump-zed-minor-versions +++ b/script/bump-zed-minor-versions @@ -31,7 +31,7 @@ preview_tag_name="v${major}.${minor}.${patch}-pre" git fetch origin ${prev_minor_branch_name}:${prev_minor_branch_name} git fetch origin --tags -cargo check -q +# cargo check -q function cleanup { git checkout -q main @@ -89,7 +89,7 @@ git checkout -q main git clean -q -dff old_main_sha=$(git rev-parse HEAD) cargo set-version --package zed --bump minor -cargo check -q +# cargo check -q git commit -q --all --message "${next_minor_branch_name} dev" cat <