From 6f7e947c988f976249e1f288cc795c87f26c19a4 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Wed, 12 Jul 2023 12:44:23 +0200 Subject: [PATCH] Update release.yml - remove turnstyle, add proper release notes --- .github/workflows/release.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 367ece2..7460f98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,5 @@ name: Release Chart +concurrency: chart_releaser on: push: @@ -17,13 +18,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Turnstyle - uses: softprops/turnstyle@v1 - with: - continue-after-seconds: 180 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fetch history run: git fetch --prune --unshallow @@ -45,4 +39,5 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.5.0 env: + CR_GENERATE_RELEASE_NOTES: true CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"