summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-06-18 14:28:40 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-06-18 14:47:27 +0200
commit3be873daaae4d11f2431704d8e38b1617584b6b9 (patch)
tree72baef8fa6f860447caa0437cab73115243e9dff
parentcd69a1fd42260061666f1ddef7fdb895b7ba9d08 (diff)
downloadautomake-3be873daaae4d11f2431704d8e38b1617584b6b9.tar.gz
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.
-rw-r--r--maintainer/maint.mk3
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