Create signed tags instead of lightweight ones
authorJohan Dahlin <johan@gnome.org>
Mon, 22 Jun 2009 19:37:47 +0000 (16:37 -0300)
committerJohan Dahlin <johan@gnome.org>
Mon, 22 Jun 2009 19:37:47 +0000 (16:37 -0300)
Makefile.am

index 4bb0e24..23ae788 100644 (file)
@@ -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