[xml/sgml-commit] [linuxdoc-tools] 14/17: Makefile.maint: Improve reminder for consistency in tag text.
Agustín Martín Domingo
agmartin at moszumanska.debian.org
Wed May 4 17:56:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
agmartin pushed a commit to branch upstream
in repository linuxdoc-tools.
commit d2a836c0c86b890d393b9a945b6e781312169f43
Author: Agustin Martin Domingo <agmartin at debian.org>
Date: Wed May 4 18:30:26 2016 +0200
Makefile.maint: Improve reminder for consistency in tag text.
Signed-off-by: Agustin Martin Domingo <agmartin at debian.org>
---
Makefile.maint | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.maint b/Makefile.maint
index 5b428e5..eb8c143 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -35,8 +35,8 @@ set-signed-tags: set-tags
set-tags: VERSION = $(shell cat VERSION)
set-tags:
- git tag $(GPG_SIGN_TAGS) upstream/$(VERSION)
- git tag $(GPG_SIGN_TAGS) v$(VERSION)
+ git tag $(GPG_SIGN_TAGS) upstream/$(VERSION) -m "Upstream version $(VERSION). Debian like tag."
+ git tag $(GPG_SIGN_TAGS) v$(VERSION) -m "Upstream version $(VERSION). Slash free tag."
tarball: VERSION = $(shell cat VERSION)
tarball: GIT_STATUS = $(shell git status --porcelain)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-xml-sgml/linuxdoc-tools.git
More information about the debian-xml-sgml-commit
mailing list