diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f98b14d..f86230d 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@v4 + uses: mikepenz/release-changelog-builder-action@v5 with: configuration: ".github/changelog-configuration.json" # PreReleases still get a changelog, but the next full release gets a diff since the last full release, diff --git a/{{ cookiecutter.slug }}/.github/workflows/release.yaml b/{{ cookiecutter.slug }}/.github/workflows/release.yaml index 66b9f31..9ceb642 100644 --- a/{{ cookiecutter.slug }}/.github/workflows/release.yaml +++ b/{{ cookiecutter.slug }}/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: fetch-depth: "0" - name: Build changelog from PRs with labels id: build_changelog - uses: mikepenz/release-changelog-builder-action@v4 + uses: mikepenz/release-changelog-builder-action@v5 with: configuration: ".github/changelog-configuration.json" # PreReleases still get a changelog, but the next full release gets a diff since the last full release,