chore: tag current commit in release task
Cadoles/mktools/pipeline/head There was a failure building this commit Details

This commit is contained in:
wpetit 2023-08-23 15:27:01 -06:00
parent 18e03f54de
commit f7e31f8f41
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ MKT_GITEA_RELEASE_PROJECT ?= mktools
.PHONY: release
release:
$(MAKE) update-changelog
git tag $(MKT_PROJECT_VERSION)
git tag $(MKT_PROJECT_SHORT_VERSION)
git push --tags
$(MAKE) \
MKT_GITEA_RELEASE_ATTACHMENTS="CHANGELOG.md" \
mkt-gitea-release