From c2eb5368fae6a08b7a84aeb5f045067165a5ff30 Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Sat, 10 Jun 2023 20:39:51 -0400 Subject: [PATCH] Auto generate release notes --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8700de..dda9c05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,11 +93,8 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3 - with: - submodules: recursive - fetch-depth: 0 - name: Create Release uses: ncipollo/release-action@v1 with: tag: ${{ needs.version.outputs.tag }} + generateReleaseNotes: true