From c6d5df20e26c1fa96cf52577aef6e29c454383e5 Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 7 Apr 2024 16:41:26 +0800 Subject: [PATCH] chore(workflow): disable changeset changelog --- .changeset/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 63af17c6..e8404893 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,6 @@ { "$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json", - "changelog": "@changesets/cli/changelog", + "changelog": false, "commit": false, "linked": [], "access": "restricted", @@ -12,4 +12,4 @@ }, "updateInternalDependencies": "patch", "ignore": [] -} \ No newline at end of file +}