Automated commit: v0.30.6

This commit is contained in:
IQuant 2024-11-26 19:29:12 +03:00
parent ddb2585910
commit 718b5fca0c

View file

@ -49,7 +49,7 @@ def main():
notes_path = generate_notes(tag) notes_path = generate_notes(tag)
subprocess.check_call(["git", "tag", "-a", "-F", notes_path ]) subprocess.check_call(["git", "tag", "-a", "-F", notes_path, tag ])
subprocess.check_call(["git", "push"]) subprocess.check_call(["git", "push"])