bugfix: taggeo todos los commits localmente, incluso en ci
This commit is contained in:
@@ -50,8 +50,8 @@ class TagCommand(Command):
|
||||
if ci:
|
||||
Git("push").exec(print="Subiendo commit al remoto para taggearlo")
|
||||
self.success(self.get_remote_api(token).create_tag(next_tag, tag_commit))
|
||||
else:
|
||||
Git("tag", next_tag, tag_commit).exec(print="Creando tag localmente")
|
||||
|
||||
Git("tag", next_tag, tag_commit).exec(print="Creando tag localmente")
|
||||
|
||||
def get_token_and_ci(self, args: Namespace):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user