We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c145823 commit 2927215Copy full SHA for 2927215
.github/update-release-branch.py
@@ -88,7 +88,7 @@ def open_pr(
88
body.append('')
89
body.append('Please review the following:')
90
if len(conflicted_files) > 0:
91
- body.append('- The package.json file contains the correct version.')
+ body.append('- [ ] The `package.json` file contains the correct version.')
92
body.append(' - [ ] You have added commits to this branch that resolve the merge conflicts ' +
93
'in the following files:')
94
body.extend([f' - [ ] `{file}`' for file in conflicted_files])
0 commit comments