From 1cc99a443b80f10b6e6a3ccf10699a9d077b0c47 Mon Sep 17 00:00:00 2001 From: PPawlowski Date: Thu, 23 Jul 2026 21:25:20 +0200 Subject: [PATCH] Exclude the ./installer path from the main package release config --- .github/release-please-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index 889e2c6d..25a990ea 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -9,7 +9,8 @@ "skip-pull-request": false, "packages": { ".": { - "release-type": "node" + "release-type": "node", + "exclude-paths": ["installer"] } } } \ No newline at end of file