From a00ea76946022b9917115c7cfc4251be182ce066 Mon Sep 17 00:00:00 2001 From: Eva Decker Date: Tue, 10 Sep 2024 10:35:38 -0400 Subject: [PATCH] fix: Broken changesets config (#51) --- .changeset/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 7eea394..3e3aa71 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,9 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json", - "changelog": "@changesets/changelog-github", + "changelog": [ + "@changesets/changelog-github", + { "repo": "namesakefyi/namesake" } + ], "commit": false, "access": "restricted", "baseBranch": "main",