From 185be8c856c6d6726fa7bfbe4686a40cac8581a2 Mon Sep 17 00:00:00 2001 From: simu Date: Mon, 5 Jun 2023 07:22:33 +0000 Subject: [PATCH] Update from template Template version: main (fc8ae18) --- .cruft.json | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index 4b4fe24..7216a5a 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/projectsyn/commodore-component-template.git", - "commit": "956a1b342ed680b02b1fb1b646dc5d4c640e2028", + "commit": "fc8ae18a6798d5b232442630883e5ec9b8636d09", "checkout": "main", "context": { "cookiecutter": { diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 736a3c5..45762a9 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@v3 + uses: mikepenz/release-changelog-builder-action@v4 with: configuration: ".github/changelog-configuration.json" # PreReleases still get a changelog, but the next full release gets a diff since the last full release,