Create signed tags instead of lightweight ones
[gnome.gobject-introspection] / 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