Correct release script. Again.

This commit is contained in:
IQuant 2024-11-26 20:20:21 +03:00
parent 7cc877ba97
commit 891c6d41ab
2 changed files with 3 additions and 2 deletions

View file

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