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 bc7ef62 commit ab474e4Copy full SHA for ab474e4
.github/workflows/flow-generate-release-notes.yaml
@@ -82,5 +82,6 @@ jobs:
82
83
- name: Create Release Notes with Markdown
84
run: |
85
+ echo "\nRelease Notes:\n"
86
git-semver log --markdown "${{ steps.validate.outputs.release-identifier }}"
- echo "Successfully created release notes!" >> ${GITHUB_STEP_SUMMARY}
87
+ echo "\n\nSuccessfully created release notes!" >> ${GITHUB_STEP_SUMMARY}
0 commit comments