diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a189dca..2926777 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: password: ${{ secrets.QUAY_IO_TOKEN }} - name: Build changelog from PRs with labels id: build_changelog - uses: mikepenz/release-changelog-builder-action@v5 + uses: mikepenz/release-changelog-builder-action@v6 with: configuration: ".github/changelog-configuration.json" # PreReleases still get a changelog, but the next full release gets a diff since the last full release,