From b1d6dcedee6531255439f989ebc2448db2d21f7c Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Mon, 6 Oct 2025 20:38:25 +0900 Subject: [PATCH] ci(.github/workflows/release): change changesets commit type from 'ci' to 'chore' --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62d8c16434..2c40e56fd3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,8 +54,8 @@ jobs: with: version: pnpm run changeset:version publish: pnpm run changeset:publish - commit: 'ci: Version Packages' - title: 'ci: Version Packages' + commit: 'chore: version packages' + title: 'chore: version packages' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}