Skip to content

Commit ab474e4

Browse files
committed
ci: add new lines for release notes output
Signed-off-by: Andrew Brandt <[email protected]>
1 parent bc7ef62 commit ab474e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/flow-generate-release-notes.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@ jobs:
8282

8383
- name: Create Release Notes with Markdown
8484
run: |
85+
echo "\nRelease Notes:\n"
8586
git-semver log --markdown "${{ steps.validate.outputs.release-identifier }}"
86-
echo "Successfully created release notes!" >> ${GITHUB_STEP_SUMMARY}
87+
echo "\n\nSuccessfully created release notes!" >> ${GITHUB_STEP_SUMMARY}

0 commit comments

Comments
 (0)