From 6fa6e2ee852a0a31348051d5a5f94da73ad3d417 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Wed, 2 Aug 2023 22:26:20 +0530 Subject: [PATCH] ci(release): updated release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff4da29..4b8f66f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,7 @@ jobs: if: ${{ steps.changelog.outputs.skipped == 'false' }} uses: ncipollo/release-action@v1 with: + generateReleaseNotes: true token: ${{ secrets.CHANGELOG_SECRET }} tag: ${{ steps.changelog.outputs.tag }} name: ${{ steps.changelog.outputs.tag }}