mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Remove 0-patch requirement on main in bump-zed-minor-versions
This commit is contained in:
parent
16849f48e6
commit
6876ea44ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user