chore: reuse variables

This commit is contained in:
wpetit 2023-08-23 16:04:19 -06:00
parent e4f2359324
commit 9730ec914b
1 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,9 @@ update-changelog:
.PHONY: changelog
changelog:
git fetch --prune-tags
$(MAKE) MKT_GIT_CHGLOG_PROJECT_ORG=Cadoles MKT_GIT_CHGLOG_PROJECT_NAME=mktools mkt-changelog
$(MAKE) \
MKT_GIT_CHGLOG_PROJECT_ORG=$(MKT_GITEA_RELEASE_ORG) \
MKT_GIT_CHGLOG_PROJECT_NAME=$(MKT_GITEA_RELEASE_PROJECT) \
mkt-changelog
include tasks/*.mk