diff --git a/Makefile b/Makefile index af67bad..9179f87 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,6 @@ MKT_GITEA_RELEASE_PROJECT ?= mktools .PHONY: release release: git tag $(MKT_PROJECT_VERSION) - git tag $(MKT_PROJECT_SHORT_VERSION) git push --tags $(MAKE) update-changelog $(MAKE) \ @@ -32,10 +31,11 @@ update-changelog: $(MAKE) changelog git add CHANGELOG.md git commit -m "chore: update changelog" - git push --tags + git push .PHONY: changelog changelog: + git fetch --prune-tags $(MAKE) MKT_GIT_CHGLOG_PROJECT_ORG=Cadoles MKT_GIT_CHGLOG_PROJECT_NAME=mktools mkt-changelog include tasks/*.mk \ No newline at end of file