From d28cc3a672f3fcce89405f96abcfd886c7b2fd00 Mon Sep 17 00:00:00 2001 From: William Petit Date: Wed, 23 Aug 2023 12:06:20 -0600 Subject: [PATCH] fix(changelog): add missing task dependency --- tasks/changelog.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/changelog.mk b/tasks/changelog.mk index e49eff5..ce3607f 100644 --- a/tasks/changelog.mk +++ b/tasks/changelog.mk @@ -95,7 +95,7 @@ EOF endef export MKT_GIT_CHGLOG_TEMPLATE_SCRIPT = $(value _MKT_GIT_CHGLOG_TEMPLATE_SCRIPT) -mkt-changelog: .chglog/config.yml .chglog/CHANGELOG.tpl.md +mkt-changelog: tools/git-chglog/bin/git-chglog .chglog/config.yml .chglog/CHANGELOG.tpl.md tools/git-chglog/bin/git-chglog --output CHANGELOG.md $(MKT_GIT_CHGLOG_ARGS) .chglog/config.yml: