Update the release changelog workflow (#867)

This commit is contained in:
Wu Clan
2025-10-18 18:08:29 +08:00
committed by GitHub
parent a063105de8
commit 6deda906de

View File

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