summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2009-06-22 16:37:47 -0300
committerJohan Dahlin <johan@gnome.org>2009-06-22 16:37:47 -0300
commit0d5d6300326bfc0c4f1b21a1244ada24f748747f (patch)
tree96bc4e8f85858a48c6f8d6dd5a1469c4aef38536 /Makefile.am
parentd93981dd886e20ba76a4d59400ccecce21807a8b (diff)
downloadgobject-introspection-0d5d6300326bfc0c4f1b21a1244ada24f748747f.tar.gz
Create signed tags instead of lightweight ones
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4bb0e244..23ae7885 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,7 +43,7 @@ EXTRA_DIST = \
release-tag:
@TAG=`echo $(VERSION)|sed s/\\\./_/g`;\
echo "* Tagging $(VERSION)"; \
- git tag -m "Tag $$VERSION" -a \
+ git tag -s -m "Tag $$VERSION" -a \
GOBJECT_INTROSPECTION_$$TAG && \
git push --tags ssh://git.gnome.org/git/gobject-introspection