Skip to content

Commit c4fdf5f

Browse files
authored
Merge pull request #1067 from github/mergeback/v2.1.10-to-main-03e2e3c4
Mergeback v2.1.10 refs/heads/releases/v2 into main
2 parents 38fc5eb + 4f87830 commit c4fdf5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/update-release-branch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def main():
292292
conflicted_files = run_git('diff', '--name-only', '--diff-filter', 'U').splitlines()
293293
if len(conflicted_files) > 0:
294294
run_git('add', '.')
295-
run_git('commit', '--no-edit')
295+
run_git('commit', '--no-edit')
296296

297297
# Migrate the package version number from a v2 version number to a v1 version number
298298
print(f'Setting version number to {version}')

0 commit comments

Comments
 (0)