From 30f69bd0392e052f98b37f8e9a97dd0ac4f5a3cb Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sun, 27 Mar 2022 01:20:04 +0100 Subject: [PATCH] version check update --- scripts/check_version.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/check_version.py b/scripts/check_version.py index 5fc3f93..57f87ea 100755 --- a/scripts/check_version.py +++ b/scripts/check_version.py @@ -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