From e0fa7d623afd5bc1fe57e7c41e2f5031f39b49e4 Mon Sep 17 00:00:00 2001 From: stephansama Date: Thu, 15 Jan 2026 03:09:48 -0500 Subject: [PATCH 1/2] fix: update multipublishrc.json to include default exclude and fix registry url --- .config/.multipublishrc.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/.multipublishrc.json b/.config/.multipublishrc.json index bb142899..4162e2cb 100644 --- a/.config/.multipublishrc.json +++ b/.config/.multipublishrc.json @@ -5,13 +5,14 @@ "jsr", { "experimentalUpdateCatalogs": true, - "experimentalGenerateJSR": true + "experimentalGenerateJSR": true, + "defaultExclude": ["!config"] } ], [ "npm", { - "registry": "npm.pkg.github.com", + "registry": "https://npm.pkg.github.com/", "tokenEnvironmentKey": "GITHUB_TOKEN" } ] From 82acf086a25a43c55fcebe1e7d620958023cfbad Mon Sep 17 00:00:00 2001 From: stephansama Date: Thu, 15 Jan 2026 03:10:21 -0500 Subject: [PATCH 2/2] feat: update multipublish configuration --- .changeset/some-words-rush.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/some-words-rush.md diff --git a/.changeset/some-words-rush.md b/.changeset/some-words-rush.md new file mode 100644 index 00000000..b55571e1 --- /dev/null +++ b/.changeset/some-words-rush.md @@ -0,0 +1,5 @@ +--- +"@stephansama/multipublish": patch +--- + +update multipublish configuration