From 3cec690a4b3dcac3eb60ba0f19b30c591f9241f2 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Thu, 25 Apr 2024 00:39:58 +0200 Subject: [PATCH] chore: Update git-cliff CI to `2.2.1` (#16) Reviewed-on: https://git.4rs.nl/awiteb/lprs/pulls/16 Co-authored-by: Awiteb Co-committed-by: Awiteb --- .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