Skip to content

Commit 7ead769

Browse files
committed
Set release-description to fix the faulty release-notes the action generates by default
1 parent 99520c3 commit 7ead769

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
- uses: actions/checkout@v3
137137
- uses: softprops/action-gh-release@v1
138138
with:
139+
body: "**Full Changelog**: https://github.com/${{ github.event.repository.full_name }}/compare/${{ needs.version.outputs.previous-release-tag }}...v${{ needs.version.outputs.semver }}"
139140
generate_release_notes: true
140141
tag_name: v${{ needs.version.outputs.semver }}
141142
token: ${{ secrets.PAT }} # using our own PAT so other workflows run

0 commit comments

Comments
 (0)