From 1fa05b8ba42360891d08b48050dd8b652627fed5 Mon Sep 17 00:00:00 2001 From: yutakobaayshidev <91340399+yutakobayashidev@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:37:31 +0900 Subject: [PATCH] Update changelog repository in config.json --- .changeset/config.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 0ef703b..72d80b0 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,9 +1,6 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", - "changelog": [ - "@changesets/changelog-github", - { "repo": "inaridiy/api-gen-cli" } - ], + "changelog": ["@changesets/changelog-github", { "repo": "hanabi-rest/cli" }], "commit": false, "fixed": [], "linked": [],