From 5cb6dbddfc37b72fb647d7649aefc59e3dc01345 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Sun, 14 Dec 2025 22:12:53 +0100 Subject: [PATCH] chore(scripts): set default git-cliff version to 2.10.1 --- scripts/install-git-cliff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-git-cliff.sh b/scripts/install-git-cliff.sh index 5931c58..f29e397 100755 --- a/scripts/install-git-cliff.sh +++ b/scripts/install-git-cliff.sh @@ -8,7 +8,7 @@ REPO="orhun/git-cliff" ARCH_OS="x86_64-unknown-linux-gnu" INSTALL_DIR="/usr/local/bin" if [[ -z "${1:-}" ]]; then - VERSION="latest" + VERSION="2.10.1" else VERSION="$1" fi