Merge pull request #1065 from github/henrymercer/remove-extraneous-commit

Remove an extraneous commit during the release process
This commit is contained in:
Henry Mercer 2022-05-11 11:39:31 +01:00 committed by GitHub
commit 03e2e3c45f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -292,7 +292,7 @@ def main():
conflicted_files = run_git('diff', '--name-only', '--diff-filter', 'U').splitlines()
if len(conflicted_files) > 0:
run_git('add', '.')
run_git('commit', '--no-edit')
run_git('commit', '--no-edit')
# Migrate the package version number from a v2 version number to a v1 version number
print(f'Setting version number to {version}')