From 01fe04471e10f068656ce1bf2c12357f79ed0252 Mon Sep 17 00:00:00 2001 From: "Kamp, Fabian" Date: Wed, 15 Apr 2026 12:11:17 +0200 Subject: [PATCH] chore: use skip-commit to prevent a release commit to be tried --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c7932f688..012c051a7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,6 +30,7 @@ jobs: uses: TriPSs/conventional-changelog-action@v6 with: fallback-version: 1.0.0 + skip-commit: true - name: Create GitHub release