chore(scripts): set default git-cliff version to 2.10.1

This commit is contained in:
2025-12-14 22:12:53 +01:00
parent 1187f6f3d2
commit 5cb6dbddfc

View File

@@ -8,7 +8,7 @@ REPO="orhun/git-cliff"
ARCH_OS="x86_64-unknown-linux-gnu" ARCH_OS="x86_64-unknown-linux-gnu"
INSTALL_DIR="/usr/local/bin" INSTALL_DIR="/usr/local/bin"
if [[ -z "${1:-}" ]]; then if [[ -z "${1:-}" ]]; then
VERSION="latest" VERSION="2.10.1"
else else
VERSION="$1" VERSION="$1"
fi fi