Browse Source

release script bug fix #nolog

pull/319/head
Miguel Grinberg 6 years ago
parent
commit
61034bb922
No known key found for this signature in database GPG Key ID: 36848B262DF5F06C
  1. 1
      bin/release

1
bin/release

@ -5,6 +5,7 @@ VERSION_FILE=socketio/__init__.py
if [[ "$VERSION" == "" ]]; then
echo "Usage: $0 <version>"
exit 1
fi
# update change log

Loading…
Cancel
Save