From 6d53d1580351a32c213f17b94a84f42810ea4a87 Mon Sep 17 00:00:00 2001 From: Ian Knighton Date: Thu, 10 Oct 2024 11:34:59 -0600 Subject: [PATCH] chore: updated release notes --- .github/workflows/release-tagging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-tagging.yml b/.github/workflows/release-tagging.yml index a7d58db..17635f4 100644 --- a/.github/workflows/release-tagging.yml +++ b/.github/workflows/release-tagging.yml @@ -34,7 +34,7 @@ jobs: with: tag: ${{ needs.release-tag.outputs.RELEASE_TAG }} name: Release ${{ needs.release-tag.outputs.RELEASE_TAG }} - body: ${{ needs.release-tag.outputs.RELEASE_TAG }} + generateReleaseNotes: true release-notifier: runs-on: ubuntu-latest