feat(changelog): filter tags used to generate changelog
This commit is contained in:
parent
1eb3de4f16
commit
d9919c888f
2
Makefile
2
Makefile
|
@ -141,7 +141,7 @@ update-edge-lib:
|
||||||
|
|
||||||
.PHONY: changelog
|
.PHONY: changelog
|
||||||
changelog: .mktools
|
changelog: .mktools
|
||||||
$(MAKE) mkt-changelog
|
$(MAKE) MKT_GIT_CHGLOG_ARGS='--tag-filter-pattern $(MKT_PROJECT_VERSION_CHANNEL) --output CHANGELOG.md' mkt-changelog
|
||||||
|
|
||||||
.PHONY: mktools
|
.PHONY: mktools
|
||||||
mktools:
|
mktools:
|
||||||
|
|
Loading…
Reference in New Issue