From bcb0d3fe49ff300fb78288cc144bc61a881f58ec Mon Sep 17 00:00:00 2001 From: Bracken Dawson Date: Tue, 27 Feb 2024 16:35:20 +0000 Subject: [PATCH] Include the auto-release notes in releases --- .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 cd4331ca0..21ffe56a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,4 +16,6 @@ jobs: uses: actions/checkout@v4 - name: Create GitHub release from tag - uses: softprops/action-gh-release@v1 \ No newline at end of file + uses: softprops/action-gh-release@v1 + with: + generate_release_notes: true