From 6f37ef647e63c11c06f78cc1b3dc28844598c393 Mon Sep 17 00:00:00 2001 From: "d.o." <6849456+d-oit@users.noreply.github.com> Date: Tue, 7 Oct 2025 11:13:51 +0000 Subject: [PATCH] Remove automatic changelog update from release workflow --- .github/workflows/release.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9018a73..081ece4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,18 +20,6 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} - - name: Update CHANGELOG.md - uses: orhun/git-cliff-action@v4 - with: - args: --latest --prepend CHANGELOG.md - version: ${{ github.ref_name }} - git-commit: true - git-push: true - git-commit-message: "chore: update changelog for ${{ github.ref_name }}" - git-user-name: "github-actions[bot]" - git-user-email: "github-actions[bot]@users.noreply.github.com" - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Determine if prerelease run: | if [[ "${{ github.ref_name }}" == *"-"* ]]; then