version check update

pull/175/head
Peter Buchegger 2022-03-27 01:20:04 +01:00
rodzic 21d3ba67e4
commit 30f69bd039
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -38,6 +38,7 @@ if version_week != current_week:
error = True
repo = git.Repo('.')
print(f"[INFO] found {len(repo.tags)} tags in repo")
if f"v{version}" in repo.tags:
print("[ERROR] tag with this version is already existing")
error = True