From 9d5401ca7f3ec0ae94bc2fd3db3ade4b892a4c22 Mon Sep 17 00:00:00 2001 From: Wu Clan Date: Sat, 18 Oct 2025 18:07:14 +0800 Subject: [PATCH] Update the release changelog workflow --- .github/workflows/changelog.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 821729352..0e10c7f9d 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -18,4 +18,6 @@ jobs: with: file: CHANGELOG.md pull_request: true + commit_summary_template: 'Update the changelog for %s' + args: -c github_token: ${{ secrets.GH_TOKEN }}