ci: 优化更新日志输出 [skip cliff]

This commit is contained in:
denglihong2007
2025-06-09 15:42:43 +08:00
parent 6838b533da
commit 78f1ca73ab
2 changed files with 1 additions and 2 deletions

View File

@@ -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 }}