From d77c9ce4b3c8621b68976f7542cabc7863e09c93 Mon Sep 17 00:00:00 2001 From: Tyler Wendlandt Date: Mon, 18 Dec 2023 18:53:38 -0700 Subject: [PATCH] CC-6658: Update changeset config release as public (#86) * Update changeset config release as public * Ignore the documentation app in changeset config --- .changeset/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 6d2119a4..1b58b35c 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -4,8 +4,8 @@ "commit": false, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": ["documentation"] }