Skip to content

Commit 61034bb

Browse files
release script bug fix #nolog
1 parent 97c5208 commit 61034bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ VERSION_FILE=socketio/__init__.py
55

66
if [[ "$VERSION" == "" ]]; then
77
echo "Usage: $0 <version>"
8+
exit 1
89
fi
910

1011
# update change log

0 commit comments

Comments
 (0)