Skip to content

Commit

Permalink
Merge pull request #1067 from github/mergeback/v2.1.10-to-main-03e2e3c4
Browse files Browse the repository at this point in the history
Mergeback v2.1.10 refs/heads/releases/v2 into main
  • Loading branch information
henrymercer committed May 11, 2022
2 parents 38fc5eb + 4f87830 commit c4fdf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/update-release-branch.py
Expand Up @@ -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}')
Expand Down

0 comments on commit c4fdf5f

Please sign in to comment.