From 63d8c84b79ca74ddadbe9c759f6c497f667a9514 Mon Sep 17 00:00:00 2001 From: simu Date: Wed, 20 Apr 2022 12:25:22 +0000 Subject: [PATCH] Update from projectsyn/modulesync-control --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1bc23f6..736a3c5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: fetch-depth: "0" - name: Build changelog from PRs with labels id: build_changelog - uses: mikepenz/release-changelog-builder-action@v2 + uses: mikepenz/release-changelog-builder-action@v3 with: configuration: ".github/changelog-configuration.json" # PreReleases still get a changelog, but the next full release gets a diff since the last full release,