diff --git a/.changeset/config.json b/.changeset/config.json index fce1c26..6918c1c 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,6 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", - "changelog": "@changesets/cli/changelog", + "changelog": ["@changesets/changelog-github", { "repo": "/" }], "commit": false, "fixed": [], "linked": [], diff --git a/.vscode/settings.json b/.vscode/settings.json index f5fbf87..e983abb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "conventionalCommits.scopes": [ - "readme" + "readme", + "changeset" ] } \ No newline at end of file