From a7203e34e89e052da2073975230c4acd085a1aa4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 09:54:21 +0000 Subject: [PATCH] chore(deps): update tj-actions/git-cliff action to v2 | datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | tj-actions/git-cliff | v1.5.0 | v2.1.0 | --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06ae68d..fc7cac8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: run: echo VERSION=${GITHUB_REF_NAME#v} >> $GITHUB_ENV # trim leading 'v' from tag name - name: Generate changelog with git-cliff - uses: tj-actions/git-cliff@75599f745633e29f99bd9e14a30865b7d2fcbe84 # v1.5.0 + uses: tj-actions/git-cliff@8bfb7bf10268aed30bde8e34ecaeddb6c6149edd # v2.1.0 with: args: --latest --strip all output: "CHANGELOG.md"