Skip to content

Commit 33557b7

Browse files
committed
deps: Added git-cliff as a dependency for changelogs.
1 parent d451600 commit 33557b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ current_dir := $(dir $(mkfile_path))
1111
# Global stuff.
1212

1313
GO=$(shell which go)
14-
HOMEBREW_PACKAGES=bash bats-core coreutils editorconfig-checker findutils git git-lfs go grep jq librsvg nodejs pre-commit python@3.11 shellcheck tfschema trivy trufflesecurity/trufflehog/trufflehog
14+
HOMEBREW_PACKAGES=bash bats-core coreutils editorconfig-checker findutils git git-cliff git-lfs go grep jq librsvg nodejs pre-commit python@3.11 shellcheck tfschema trivy trufflesecurity/trufflehog/trufflehog
1515

1616
# Determine the operating system and CPU arch.
1717
OS=$(shell uname -o | tr '[:upper:]' '[:lower:]')

0 commit comments

Comments
 (0)