mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 02:46:43 +00:00
change bump-version to install jq if its not already installed
This commit is contained in:
parent
845fb390b7
commit
328342ce9f
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ if [[ -n $(git status --short --untracked-files=no) ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
which cargo-set-version > /dev/null || cargo install cargo-edit
|
which cargo-set-version > /dev/null || cargo install cargo-edit
|
||||||
|
which jq > /dev/null || brew install jq
|
||||||
cargo set-version --package $package --bump $version_increment
|
cargo set-version --package $package --bump $version_increment
|
||||||
cargo check --quiet
|
cargo check --quiet
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue