From 03c1eb8659d209a115b7f61ef91952cf031e8db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=B0=AC=ED=98=81?= Date: Thu, 4 Apr 2024 19:11:14 +0900 Subject: [PATCH] =?UTF-8?q?changeset=EC=9D=84=20=ED=99=9C=EC=9A=A9?= =?UTF-8?q?=ED=95=98=EA=B8=B0=20=EC=9C=84=ED=95=B4=20github=20action=20scr?= =?UTF-8?q?ipt=EB=A5=BC=20=EC=88=98=EC=A0=95=ED=95=A9=EB=8B=88=EB=8B=A4=20?= =?UTF-8?q?(#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 +++- src/utils.ts | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75b96ade..5c69e0c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,8 +33,10 @@ jobs: - name: Create Release Pull Request or Publish to npm uses: changesets/action@v1 with: - publish: pnpm publish + title: 'chore: version packages' + commit: 'chore: version packages' version: pnpm run version + publish: pnpm publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/src/utils.ts b/src/utils.ts index 6bb9b338..12250530 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -11,7 +11,6 @@ import { disassembleCompleteHangulCharacter } from './disassembleCompleteHangulC * str: string * ): boolean * ``` - * * @example * hasBatchim('값') // true * hasBatchim('토') // false