From 5532b2c90f087dc254b9245b854284d7c4c20b79 Mon Sep 17 00:00:00 2001 From: Alex Lanz Date: Mon, 17 Nov 2025 13:45:16 +0100 Subject: [PATCH] automatically generate release notes --- .github/workflows/build-and-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index fa94c47..2599706 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -39,3 +39,4 @@ jobs: - uses: aboutbits/github-actions-base/github-create-release@v2 with: tag-name: 'v${{ steps.package.outputs.version }}' + generate-release-notes: 'true'