From adccbb4f289989d5a7255f48d68fab545c5aea14 Mon Sep 17 00:00:00 2001 From: simu Date: Tue, 30 Jul 2024 09:36:02 +0000 Subject: [PATCH] Update from template Template version: main (510ba6d) --- .cruft.json | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index 31da6ed0..f831f059 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/projectsyn/commodore-component-template.git", - "commit": "ea12efff947bce80cf31a3f1ed4412eab40e8b33", + "commit": "510ba6d206ce42b9fe71629cd3939d6042ee115c", "checkout": "main", "context": { "cookiecutter": { diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7119ee30..8cf7be42 100644 --- a/.github/workflows/release.yaml +++ b/.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,