Skip to content

Commit 168a616

Browse files
chore(scripts): remove git-cliff from tool lists
- git-cliff is no longer used in the project - Reduces unnecessary dependencies
1 parent f28fee5 commit 168a616

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

scripts/sdk-tools/cargo-tools.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ declare -A RUST_TOOLS=(
3434
["cargo-cache"]="cargo-cache"
3535
["cargo-dist"]="cargo-dist"
3636
["cargo-modules"]="cargo-modules"
37-
["git-cliff"]="git-cliff"
3837
)
3938

4039
FAILED_TOOLS=0

scripts/utils/software_lists.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ ARCH_TOOLS=(
8989
"goreleaser"
9090

9191
"cloudflared"
92-
"git-cliff"
9392
)
9493

9594
# ------------------------------------------------------------------------------
@@ -117,7 +116,6 @@ MACOS_TOOLS=(
117116
"goreleaser"
118117

119118
"cloudflared"
120-
"git-cliff"
121119

122120
"visual-studio-code"
123121
"bruno"

0 commit comments

Comments
 (0)