From 250724c1083d65ef5478b4a1957283414185e031 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 21:29:57 +0000 Subject: [PATCH] chore(deps): update tj-actions/git-cliff action to v2.2.0 | datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | tj-actions/git-cliff | v2.1.0 | v2.2.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 049bab5..1854e0e 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@8bfb7bf10268aed30bde8e34ecaeddb6c6149edd # v2.1.0 + uses: tj-actions/git-cliff@679041f051a4d2ab452f7e5e7b0eed2abee21131 # v2.2.0 with: args: --latest --strip all output: "CHANGELOG.md"