Push the tags to the remote host when doing the release
authorJohan Dahlin <jdahlin@litl.com>
Wed, 11 Feb 2009 19:19:00 +0000 (17:19 -0200)
committerJohan Dahlin <johan@gnome.org>
Wed, 11 Feb 2009 19:19:00 +0000 (17:19 -0200)
Makefile.am

index 34ce446..c620f43 100644 (file)
@@ -41,7 +41,7 @@ release-tag:
          echo "* Tagging $(VERSION)"; \
           git tag -m "Tag $$VERSION" -a \
               GOBJECT_INTROSPECTION_$$TAG && \
-             git push ssh://git.gnome.org/git/gobject-introspection
+             git push --tags ssh://git.gnome.org/git/gobject-introspection
 
 upload-release: $(distdir).tar.gz
        scp $(distdir).tar.gz gnome.org: