Tiny things

This commit is contained in:
IQuant 2024-11-28 16:23:40 +03:00
parent ba49b46adb
commit 2680fc0ab0
4 changed files with 4 additions and 3 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", "--follow-tags"])
subprocess.check_call(["git", "push"])
subprocess.check_call(["git", "push", "--tags"])