From c7a3052ba0b01751aa3a18655b4de93c34f59fe3 Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 8 Aug 2022 15:24:39 +0200 Subject: [PATCH] chore(changeset): adjust config --- .changeset/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index a7831c0f..5980f269 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,11 +1,11 @@ { "$schema": "https://unpkg.com/@changesets/config@2.1.1/schema.json", - "changelog": "@changesets/cli/changelog", + "changelog": ["@changesets/changelog-github", { "repo": "wbkd/react-flow" }], "commit": false, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": [] -} \ No newline at end of file +}