Skip to content

Commit

Permalink
Merge pull request #3175 from onflow/bastian/improve-update-tool-3
Browse files Browse the repository at this point in the history
Improve update tool
  • Loading branch information
turbolent authored Mar 16, 2024
2 parents eecd393 + 9f08ef3 commit e06d7a0
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions tools/update/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e06d7a0

Please sign in to comment.