Skip to content

Commit c11b5cc

Browse files
committed
Add generate_release_notes and append_body to release step
1 parent c445973 commit c11b5cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,14 @@ jobs:
6767
uses: softprops/action-gh-release@v2
6868
with:
6969
name: Release ${{ steps.version.outputs.VERSION }}
70+
generate_release_notes: true
71+
append_body: true
7072
body: |
73+
7174
## Docker Image
7275
7376
```bash
7477
docker pull ${{ env.DOCKER_REPO }}/${{ env.DOCKER_IMAGE }}:${{ steps.version.outputs.VERSION }}
7578
```
7679
draft: true
7780
prerelease: false
78-
generate_release_notes: true

0 commit comments

Comments
 (0)