From 78f1ca73ab0977b88c07029c9fe0b6e0c6585531 Mon Sep 17 00:00:00 2001 From: denglihong2007 <98096191+denglihong2007@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:42:43 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BC=98=E5=8C=96=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA=20[skip=20cliff]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- cliff.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29085d5..5c65eee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: uses: orhun/git-cliff-action@v4 with: config: cliff.toml - args: --verbose --latest + args: --verbose --unreleased env: OUTPUT: CHANGELOG.md GITHUB_REPO: ${{ github.repository }} diff --git a/cliff.toml b/cliff.toml index 8e8fc6d..a65b4da 100644 --- a/cliff.toml +++ b/cliff.toml @@ -1,5 +1,4 @@ [changelog] -header = "更新日志" body = """ {%- macro remote_url() -%} https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}