From 3b78cc530922cf6610d4ae184f16e06cc65f2f8c Mon Sep 17 00:00:00 2001 From: Awiteb Date: Thu, 25 Apr 2024 01:37:48 +0300 Subject: [PATCH] chore: Update git-cliff CI to `2.2.1` --- .forgejo/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/changelog.yml b/.forgejo/workflows/changelog.yml index 95787e8..c1ae242 100644 --- a/.forgejo/workflows/changelog.yml +++ b/.forgejo/workflows/changelog.yml @@ -16,7 +16,7 @@ jobs: fetch-tags: true - name: Install git-cliff run: | - version="2.1.2" + version="2.2.1" wget "https://github.com/orhun/git-cliff/releases/download/v$version/git-cliff-$version-x86_64-unknown-linux-gnu.tar.gz" tar -xvzf git-cliff-*.tar.gz mv "git-cliff-$version/git-cliff" /usr/local/bin