Skip to content

Commit aae3d87

Browse files
committed
changeset 설정을 변경합니다
1 parent 03c1eb8 commit aae3d87

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.changeset/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": ["@changesets/cli/changelog", { "repo": "toss/es-hangul" }],
44
"commit": false,
5-
"fixed": [],
5+
"fixed": [["es-hangul"]],
66
"linked": [],
77
"access": "public",
88
"baseBranch": "main",

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
with:
3636
title: 'chore: version packages'
3737
commit: 'chore: version packages'
38-
version: pnpm run version
39-
publish: pnpm publish
38+
version: pnpm changeset:version
39+
publish: pnpm changeset:publish
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"build": "tsup src/index.ts --format cjs,esm --dts",
88
"typecheck": "tsc --noEmit",
99
"test": "vitest",
10-
"publish": "changeset publish",
11-
"version": "changeset version"
10+
"changeset:publish": "changeset publish",
11+
"changeset:version": "changeset version"
1212
},
1313
"exports": {
1414
".": {

0 commit comments

Comments
 (0)