Skip to content

Commit

Permalink
add message that version is valid
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov committed Aug 6, 2024
1 parent 0aa43e0 commit 127c522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ def validate_instance_version(github_access_token: str, subapp_paths: List[str],
print(f"ERROR: Server version {instance_version} is incompatible with SDK version {sdk_version}")
print(f"ERROR: for versions from {min_inst_ver} and higher SDK version should be {min_sdk_ver} or higher")
raise ValueError(f"ERROR: Server version {instance_version} is incompatible with SDK version {sdk_version}")

print(f"INFO: SDK version {sdk_version} is valid for Instance version {instance_version}")

def need_validate_instance_version(release_type: str):
if release_type == ReleaseType.RELEASE:
Expand Down

0 comments on commit 127c522

Please sign in to comment.