From eb9a790d15dfe0d337362df2e35cfff9fcb3697e Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Mon, 18 May 2026 19:39:41 +0100 Subject: [PATCH] Apply suggestion from @henrymercer --- .github/update-release-branch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update-release-branch.py b/.github/update-release-branch.py index 3d0ab701b..784a450ef 100644 --- a/.github/update-release-branch.py +++ b/.github/update-release-branch.py @@ -128,7 +128,7 @@ def open_pr( 'in the following files:') body.extend([f' - `{file}`' for file in conflicted_files]) body.append(' - [ ] Rebuild the Action locally (`npm run build`) and push any changes to the ' + - 'built output in `lib` as a separate commit named exactly `Rebuild`.') + f'built output in `lib` as a separate commit named exactly `{REBUILD_COMMIT_MESSAGE}`.') body.append(' - [ ] Ensure another maintainer has reviewed the additional commits you added to this ' + 'branch to resolve the merge conflicts.') body.append(' - [ ] Ensure the CHANGELOG displays the correct version and date.')