Files
qmk_cli-mirror/release
T
2021-05-10 12:42:11 -07:00

8 lines
181 B
Bash
Executable File

#!/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