From 351c8af380532175b28ce879fab7799a25ac243c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 07:45:36 +0000 Subject: [PATCH] chore(deps): update dependency orhun/git-cliff to v2.13.1 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fddedf1..9265cb5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -114,7 +114,7 @@ jobs: - name: Generate release notes run: | # renovate: datasource=github-releases depName=orhun/git-cliff - VERSION=v2.8.0 + VERSION=v2.13.1 curl -fsSL "https://github.com/orhun/git-cliff/releases/download/${VERSION}/git-cliff-${VERSION#v}-x86_64-unknown-linux-gnu.tar.gz" \ | tar xz -C /usr/local/bin --strip-components=1 "git-cliff-${VERSION#v}/git-cliff" git-cliff --latest --strip header > RELEASE_NOTES.md