From: Mathieu Lirzin Date: Sun, 18 Jun 2017 12:28:40 +0000 (+0200) Subject: maint: Update 'git-tag-release' rule X-Git-Tag: v1.15.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3be873daaae4d11f2431704d8e38b1617584b6b9;p=thirdparty%2Fautomake.git 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. --- 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