Skip to content

Commit ff33f37

Browse files
Add changelog reading step and include changes in release body
1 parent 3825171 commit ff33f37

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,17 @@ jobs:
107107
name: release-assets
108108
path: .output
109109

110+
- name: Read changelog
111+
id: changelog
112+
uses: mindsers/changelog-reader-action@v2
113+
with:
114+
version: ${{ needs.Version.outputs.version }}
115+
110116
- name: Create Release
111117
uses: softprops/action-gh-release@v2
112118
with:
113119
tag_name: "v${{ needs.Version.outputs.version }}"
120+
body: ${{ steps.changelog.outputs.changes }}
114121
draft: false
115122
prerelease: false
116123
files: |

0 commit comments

Comments
 (0)