From a88caef970bb0e4e4303d30950db92697c149931 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Tue, 15 Jun 2010 15:55:58 +0200 Subject: [PATCH] push the tag to origin --- module-tools.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module-tools.py b/module-tools.py index dedbe57f..319346f1 100755 --- a/module-tools.py +++ b/module-tools.py @@ -292,7 +292,8 @@ class GitRepository: return self.__run_command_in_repo("git checkout %s" % tag) def tag(self, tagname, logfile): - return self.__run_command_in_repo("git tag %s -F %s" % (tagname, logfile)) + self.__run_command_in_repo("git tag %s -F %s" % (tagname, logfile)) + self.commit(logfile) def diff(self): c = Command("git diff", self.options) -- 2.47.0