diff options
author | Johan Dahlin <jdahlin@litl.com> | 2009-02-11 17:19:00 -0200 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2009-02-11 17:19:00 -0200 |
commit | 9325f12dadc42075da848c191c2a81ff7ece740b (patch) | |
tree | 2a81ae0c092f96bddd28e4ec2a6ecc25864d9e23 /Makefile.am | |
parent | a7d83136a1dbb1cb24bb22d2a6ddf1db7fe6d198 (diff) | |
download | gobject-introspection-9325f12dadc42075da848c191c2a81ff7ece740b.tar.gz |
Push the tags to the remote host when doing the release
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 34ce4469..c620f43a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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: |