diff --git a/script/bump-zed-minor-versions b/script/bump-zed-minor-versions index 79cdf9ed82a7e0397f134b1748512c5ca40ed012..bec3a588874342c1693b30587d72822bb0ef993f 100755 --- a/script/bump-zed-minor-versions +++ b/script/bump-zed-minor-versions @@ -39,10 +39,6 @@ function cleanup { trap cleanup EXIT echo "Checking invariants before taking any actions..." -if [[ $patch != 0 ]]; then - echo "patch version on main should be zero" - exit 1 -fi if [[ $(cat crates/zed/RELEASE_CHANNEL) != dev && $(cat crates/zed/RELEASE_CHANNEL) != nightly ]]; then echo "release channel on main should be dev or nightly" exit 1