diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41ace56b..47ee63dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,4 +12,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Create release - uses: softprops/action-gh-release@v2 \ No newline at end of file + uses: softprops/action-gh-release@v2 + with: + generate_release_notes: true \ No newline at end of file