Push release commit and tag
[skip ci]
This commit is contained in:
parent
68f7b429f7
commit
ed3f58436b
@ -42,6 +42,7 @@ def main():
|
||||
|
||||
os.system(f"git commit {version_filepath} -m 'Updating for version {new_version}'")
|
||||
os.system(f"git tag -a {new_version} -m 'Release {new_version}'")
|
||||
os.system("git push --follow-tags")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
x
Reference in New Issue
Block a user