diff options
-rw-r--r-- | maintainer/maint.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/maintainer/maint.mk b/maintainer/maint.mk index 582cfdd58..1cfd2e870 100644 --- a/maintainer/maint.mk +++ b/maintainer/maint.mk @@ -174,9 +174,8 @@ git-tag-release: maintainer-check ""|[nN]|[nN]o|NO) run="";; \ *) run="echo Running:";; \ esac; \ - $(determine_release_type); \ $(git_must_have_clean_workdir); \ - $$run $(GIT) tag -s "v$(VERSION)" -m "$$release_type $(VERSION)" + $$run $(GIT) tag -s "v$(VERSION)" -m "$(PACKAGE) $(VERSION)" git-upload-release: @# Check this is a version we can cut a release (either test |