mirror of
https://github.com/qmk/qmk_cli.git
synced 2026-07-25 16:42:55 -04:00
8 lines
181 B
Bash
Executable File
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
|