From 3be873daaae4d11f2431704d8e38b1617584b6b9 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Sun, 18 Jun 2017 14:28:40 +0200 Subject: maint: Update 'git-tag-release' rule * maintainer/maint.mk (git-tag-release): Use a Git tag message similar to what the 'do-release-commit-and-tag' script from Gnulib do. --- maintainer/maint.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'maintainer') 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 -- cgit v1.2.1