Skip to content

Commit 5e9ae56

Browse files
committed
Add specific instruction about "Rebuild" commit
1 parent 8442bc0 commit 5e9ae56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/update-release-branch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ def open_pr(
127127
body.append(' - [ ] Add a commit to this branch to resolve the merge conflicts ' +
128128
'in the following files:')
129129
body.extend([f' - `{file}`' for file in conflicted_files])
130-
body.append('')
131-
body.append(' Rebuild the Action (`npm run build`) and add any changes to the built output in `lib` to this commit.')
130+
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`.')
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)