diff --git a/release b/release deleted file mode 100755 index d485a4c..0000000 --- a/release +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -# Increment the verison number and release a new version of qmk_cli. -# -# Required packages: pip3 install bumpversion twine - -echo "Use the github action instead!" -exit 1