feat(changelog): filter tags used to generate changelog

This commit is contained in:
wpetit 2023-08-25 10:32:31 -06:00
parent 1eb3de4f16
commit d9919c888f
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ update-edge-lib:
.PHONY: changelog
changelog: .mktools
$(MAKE) mkt-changelog
$(MAKE) MKT_GIT_CHGLOG_ARGS='--tag-filter-pattern $(MKT_PROJECT_VERSION_CHANNEL) --output CHANGELOG.md' mkt-changelog
.PHONY: mktools
mktools: