From e4eca9723a0120db05825546b9a428802f1510b7 Mon Sep 17 00:00:00 2001 From: DanSnow Date: Mon, 22 Apr 2024 10:19:50 +0800 Subject: [PATCH] ci: update config --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc860fb8..1f232b7a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,5 +25,8 @@ jobs: - name: Create Release Pull Request uses: changesets/action@v1 + with: + commit: 'chore: version packages' + title: 'chore: version packages' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}