From d75f22cc7b5caf1457aefa54c44ba7de34fc1292 Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Tue, 8 Mar 2022 10:10:14 +0100 Subject: [PATCH] publish a draft release with auto generate release notes Signed-off-by: Guillaume Lours --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ee9413cc3..6f43c96c5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -44,7 +44,8 @@ jobs: - uses: ncipollo/release-action@v1 with: artifacts: "bin/*" - prerelease: true + generateReleaseNotes: true + draft: true commit: "v2" token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.event.inputs.tag }}