From 9c37150c0519c4d298e3c2e8c4b6a0351a3f0a73 Mon Sep 17 00:00:00 2001 From: Kamontat Chantrachirathumrong <14089557+kamontat@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:43:26 +0700 Subject: [PATCH] perf(script): add gitchg-log as optional cli --- scripts/prerequisite.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/prerequisite.sh b/scripts/prerequisite.sh index 360c21fd..f5fba8b8 100755 --- a/scripts/prerequisite.sh +++ b/scripts/prerequisite.sh @@ -45,4 +45,7 @@ checking "shellcheck" \ checking "yamllint" \ "$optional_mode" "https://yamllint.readthedocs.io/en/stable/quickstart.html" +checking "git-chglog" \ + "$optional_mode" "https://pkg.go.dev/github.com/git-chglog/git-chglog" + completed