From 3ad0681b2e9866528fdad5dbc80bc24a23006252 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Tue, 17 Oct 2023 17:46:13 +0900 Subject: [PATCH] chore: fix release script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa23cbc..688c146 100644 --- a/package.json +++ b/package.json @@ -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",