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