From 7271f7e2ad6263ae6645d6c293919a73b92efd7d Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Tue, 3 Sep 2024 11:10:31 +0200 Subject: [PATCH] Automatically generate release notes --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b70b94d9..0cf6ba0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,4 +15,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: 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