From a385c77b883844f41004d9bc31676ffe33eb21f2 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 23 Dec 2021 14:28:05 +0100 Subject: [PATCH] changeset/config: remove confusing config Signed-off-by: Patrik Oldsberg --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 067dcb5f9f..283caa6ac4 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -2,7 +2,7 @@ "$schema": "https://unpkg.com/@changesets/config@1.3.0/schema.json", "changelog": "./backstage-changelog.js", "commit": false, - "linked": [["*"]], + "linked": [], "access": "public", "baseBranch": "master", "updateInternalDependencies": "patch",