Fix version string update, fix #35518

This commit is contained in:
Mikhail f. Shiryaev 2022-03-24 17:50:31 +01:00
parent 9282f3ff5e
commit d90627e82f
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -238,7 +238,7 @@ def _update_dockerfile(repo_path: str, version: ClickHouseVersion):
def update_version_local(repo_path, version, version_type="testing"):
update_contributors()
version.with_description(version_type)
update_cmake_version(version, version_type)
update_cmake_version(version)
_update_changelog(repo_path, version)
_update_dockerfile(repo_path, version)