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 edcd29c commit 1c305a5Copy full SHA for 1c305a5
.github/workflows/create-release-pr.yml
@@ -55,8 +55,10 @@ jobs:
55
56
- name: Create Pull Request
57
run: |
58
- echo "This PR updates the extension version and CHANGELOG.md.\n" >> body.log
59
- 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
60
+ echo "Please close and reopen this PR to run the required workflows (Required statuses must pass before merging)." >> body.log
61
62
echo "**The \`publish\` workflow will run automatically when this PR is merged.**" >> body.log
63
64
cml pr create \
0 commit comments