From 52ef0f5a2f027b3a03e6df689e2ea5720f6f717b Mon Sep 17 00:00:00 2001 From: simu Date: Mon, 5 Jun 2023 07:02:58 +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 7a7beb2f..b75eb4af 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/projectsyn/commodore-component-template.git", - "commit": "e19c98ad519b11c3e0c5b7440f4d5ee939972036", + "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,