Skip to content

Commit

Permalink
ci(scripts): add connect plugins to release process
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed Feb 4, 2025
1 parent d9a052b commit 4c306d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ci/get-connect-dependencies-to-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4c306d2

Please sign in to comment.