From 3d034ffbb9a487fbfd7d3dd93ff6bf4d9a7cece2 Mon Sep 17 00:00:00 2001 From: brokun Date: Wed, 28 Aug 2024 01:35:21 +0800 Subject: [PATCH] chore: use github changlog --- .changeset/config.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 734818c..64376fe 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,6 @@ { "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json", - "changelog": ["@changesets/cli/changelog", { "repo": "difizen/mana" }], + "changelog": ["@changesets/changelog-github", { "repo": "difizen/mana" }], "linked": [["@difizen/*"]], "access": "public", "baseBranch": "main", diff --git a/package.json b/package.json index e636171..645e6c4 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@babel/preset-env": "^7.23.2", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.23.2", - "@changesets/cli": "^2.26.2", + "@changesets/changelog-github": "^0.5.0", "@commitlint/cli": "^17.7.2", "@commitlint/config-conventional": "^17.7.0", "@types/jest": "^29.5.5",