Fix execution of version_helper.py to use git tweaks

This commit is contained in:
Mikhail f. Shiryaev 2022-10-26 12:07:42 +02:00
parent 011ae8675a
commit a8f3b39dcc
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

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)