diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index 9c9787a0d0..a646f717f6 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -55,8 +55,10 @@ jobs: - name: Create Pull Request run: | - echo "This PR updates the extension version and CHANGELOG.md.\n" >> body.log - echo "Please close and reopen this PR to run the required workflows (Required statuses must pass before merging).\n" >> body.log + echo "This PR updates the extension version and CHANGELOG.md." >> body.log + echo "" >> body.log + echo "Please close and reopen this PR to run the required workflows (Required statuses must pass before merging)." >> body.log + echo "" >> body.log echo "**The \`publish\` workflow will run automatically when this PR is merged.**" >> body.log cml pr create \