From 0dcd2b6528dd990d7ccb00ed098a3760de9983a8 Mon Sep 17 00:00:00 2001 From: simu Date: Mon, 5 Jun 2023 07:08:05 +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 0014c63a..40e19816 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 736a3c5f..45762a96 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,