Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@litl.com>2009-02-11 19:19:00 (GMT)
committer Johan Dahlin <johan@gnome.org>2009-02-11 19:19:00 (GMT)
commit9325f12dadc42075da848c191c2a81ff7ece740b (patch)
tree2a81ae0c092f96bddd28e4ec2a6ecc25864d9e23
parenta7d83136a1dbb1cb24bb22d2a6ddf1db7fe6d198 (diff)
Push the tags to the remote host when doing the release
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 34ce446..c620f43 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: