maint: Update 'git-tag-release' rule
authorMathieu Lirzin <mthl@gnu.org>
Sun, 18 Jun 2017 12:28:40 +0000 (14:28 +0200)
committerMathieu Lirzin <mthl@gnu.org>
Sun, 18 Jun 2017 12:47:27 +0000 (14:47 +0200)
* 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

index 582cfdd5817dd334312585df0cf361f3446864f6..1cfd2e8707e3013683f19a63f10e6ac9d6d59223 100644 (file)
@@ -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