Merge pull request #42679 from ClickHouse/version-git-fix

Fix execution of version_helper.py to use git tweaks
This commit is contained in:
Mikhail f. Shiryaev 2022-10-26 12:42:13 +02:00 committed by GitHub
commit b4db75d7cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -344,7 +344,7 @@ def main():
update_contributors()
return
version = get_version_from_repo(args.version_path)
version = get_version_from_repo(args.version_path, Git(True))
if args.update:
version = version.update(args.update)