fix(changelog): add missing task dependency

This commit is contained in:
wpetit 2023-08-23 12:06:20 -06:00
parent 140ce517cf
commit d28cc3a672
1 changed files with 1 additions and 1 deletions

View File

@ -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: