mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 18:41:10 +00:00
Temporarily comment out cargo check commands
This commit is contained in:
parent
a2e91e45d9
commit
29e35531af
1 changed files with 2 additions and 2 deletions
|
@ -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 <<MESSAGE
|
||||
|
|
Loading…
Reference in a new issue