From c9a7941b73f08f585391e5b5ed6e3d722df3128e Mon Sep 17 00:00:00 2001 From: Elham Aryanpur Date: Mon, 30 Dec 2024 22:16:36 +0300 Subject: [PATCH] fix: cargo-cliff to git-cliff --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c02b6f5..9de6f0a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,11 +18,11 @@ jobs: toolchain: stable override: true - - name: Install cargo-cliff - run: cargo install cargo-cliff + - name: Install git-cliff + run: cargo install git-cliff - name: Generate changelog - run: cargo cliff --config cliff.toml --unreleased --output CHANGELOG.md --tag ${{ github.ref_name }} + run: git-cliff --config cliff.toml --unreleased --output CHANGELOG.md --tag ${{ github.ref_name }} - name: Update release notes env: