Skip to content

Commit eb9a790

Browse files
authored
Apply suggestion from @henrymercer
1 parent b8baf41 commit eb9a790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/update-release-branch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def open_pr(
128128
'in the following files:')
129129
body.extend([f' - `{file}`' for file in conflicted_files])
130130
body.append(' - [ ] Rebuild the Action locally (`npm run build`) and push any changes to the ' +
131-
'built output in `lib` as a separate commit named exactly `Rebuild`.')
131+
f'built output in `lib` as a separate commit named exactly `{REBUILD_COMMIT_MESSAGE}`.')
132132
body.append(' - [ ] Ensure another maintainer has reviewed the additional commits you added to this ' +
133133
'branch to resolve the merge conflicts.')
134134
body.append(' - [ ] Ensure the CHANGELOG displays the correct version and date.')

0 commit comments

Comments
 (0)