Skip to content

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Oct 17, 2023
1 parent 4b763e4 commit 3ad0681
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 @@ -48,7 +48,7 @@
"scripts": {
"prepare": "git config --local core.hooksPath .githooks",
"preinstall": "node scripts/preinstall.js",
"changelog": "gh-changelogen --repo=@intlify/h3",
"changelog": "gh-changelogen --repo=intlify/h3",
"release": "bumpp --commit \"release: v%s\" --push --tag",
"lint": "deno lint",
"format": "deno fmt",
Expand Down

0 comments on commit 3ad0681

Please sign in to comment.