Skip to content

Commit

Permalink
changeset 설정을 변경합니다
Browse files Browse the repository at this point in the history
  • Loading branch information
okinawaa committed Apr 4, 2024
1 parent 03c1eb8 commit aae3d87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"changelog": ["@changesets/cli/changelog", { "repo": "toss/es-hangul" }],
"commit": false,
"fixed": [],
"fixed": [["es-hangul"]],
"linked": [],
"access": "public",
"baseBranch": "main",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
with:
title: 'chore: version packages'
commit: 'chore: version packages'
version: pnpm run version
publish: pnpm publish
version: pnpm changeset:version
publish: pnpm changeset:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "tsup src/index.ts --format cjs,esm --dts",
"typecheck": "tsc --noEmit",
"test": "vitest",
"publish": "changeset publish",
"version": "changeset version"
"changeset:publish": "changeset publish",
"changeset:version": "changeset version"
},
"exports": {
".": {
Expand Down

0 comments on commit aae3d87

Please sign in to comment.