This commit is contained in:
Milan Kolar 2022-03-18 16:56:36 +01:00
parent 4f643a2928
commit f804b5f7e1

View file

@ -32,7 +32,7 @@ def get_release_type_github(Log, github_token):
if any(label in labels for label in minor_labels):
return "minor"
else
else:
return "patch"
#TODO: if all is working fine, this part can be cleaned up eventually