Skip to content

Commit

Permalink
chore: fix changelog script
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Sep 19, 2023
1 parent 694faff commit 1b26283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"packageManager": "pnpm@8.7.5",
"scripts": {
"prepare": "git config --local core.hooksPath .githooks",
"changelog": "gh-changelogen --repo=@intlify/cli",
"changelog": "gh-changelogen --repo=intlify/cli",
"release": "bumpp --commit \"release: v%s\" --push --tag",
"build": "pnpm build:transpile && pnpm build:extract",
"build:extract": "api-extractor run -l -c ./api-extractor.json",
Expand Down

0 comments on commit 1b26283

Please sign in to comment.