From 68ad93c7498f89d4603ea489b151acbdf7b06585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=BCller?= Date: Wed, 13 Mar 2024 15:30:46 -0700 Subject: [PATCH 1/2] add integration module to flow-evm-gateway --- tools/update/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/update/config.yaml b/tools/update/config.yaml index 15e0dc54cb..4f3c419ca3 100644 --- a/tools/update/config.yaml +++ b/tools/update/config.yaml @@ -98,6 +98,12 @@ repos: - onflow/cadence - onflow/flow-go-sdk - onflow/flow-go + - path: integration + deps: + - onflow/cadence + - onflow/flow-go-sdk + - onflow/flow-go + - onflow/flow-emulator - repo: onflow/flow-cli needsRelease: true From 9f08ef3f85842a103e8ca479be6633abf4730574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=BCller?= Date: Wed, 13 Mar 2024 15:39:44 -0700 Subject: [PATCH 2/2] update flow-go first --- tools/update/config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tools/update/config.yaml b/tools/update/config.yaml index 4f3c419ca3..1aa3ce72df 100644 --- a/tools/update/config.yaml +++ b/tools/update/config.yaml @@ -7,15 +7,6 @@ repos: deps: - onflow/cadence -- repo: onflow/cadence-tools - needsRelease: true - prefixPRTitle: true - mods: - - path: lint - deps: - - onflow/cadence - - onflow/flow-go-sdk - - repo: onflow/flow-go needsRelease: false branch: feature/stable-cadence @@ -33,6 +24,15 @@ repos: - onflow/flow-go-sdk - onflow/cadence +- repo: onflow/cadence-tools + needsRelease: true + prefixPRTitle: true + mods: + - path: lint + deps: + - onflow/cadence + - onflow/flow-go-sdk + - repo: onflow/flow-emulator needsRelease: true mods: