Skip to content

Commit 2927215

Browse files
Apply suggestions from code review
Co-authored-by: Edoardo Pirovano <[email protected]>
1 parent c145823 commit 2927215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/update-release-branch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def open_pr(
8888
body.append('')
8989
body.append('Please review the following:')
9090
if len(conflicted_files) > 0:
91-
body.append('- The package.json file contains the correct version.')
91+
body.append('- [ ] The `package.json` file contains the correct version.')
9292
body.append(' - [ ] You have added commits to this branch that resolve the merge conflicts ' +
9393
'in the following files:')
9494
body.extend([f' - [ ] `{file}`' for file in conflicted_files])

0 commit comments

Comments
 (0)