From 5360eb16caf752b4a563c802de02c40224e052b0 Mon Sep 17 00:00:00 2001 From: Elran Shefer <31568840+IamShobe@users.noreply.github.com> Date: Sat, 7 Mar 2026 13:34:38 +0200 Subject: [PATCH] fix: add repo to changeset changelog-github config --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index d794354..d0fd02c 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,6 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", - "changelog": "@changesets/changelog-github", + "changelog": ["@changesets/changelog-github", { "repo": "IamShobe/cruncher" }], "commit": false, "fixed": [], "linked": [],