From 4c306d29fe500815cd7841be17fa28af30d78539 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Ortiz karliatto Date: Tue, 4 Feb 2025 11:08:50 +0000 Subject: [PATCH] ci(scripts): add connect plugins to release process --- scripts/ci/get-connect-dependencies-to-release.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/ci/get-connect-dependencies-to-release.ts b/scripts/ci/get-connect-dependencies-to-release.ts index 8111bf56157..30a8131db52 100644 --- a/scripts/ci/get-connect-dependencies-to-release.ts +++ b/scripts/ci/get-connect-dependencies-to-release.ts @@ -61,6 +61,8 @@ const getConnectDependenciesToRelease = async () => { await checkNonReleasedDependencies('connect'); await checkNonReleasedDependencies('connect-web'); await checkNonReleasedDependencies('connect-webextension'); + await checkNonReleasedDependencies('connect-plugin-stellar'); + await checkNonReleasedDependencies('connect-plugin-ethereum'); // We do not want to include `connect`, `connect-web` and `connect-webextension` since we want // to release those separately and we always want to release them.