File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -62,14 +62,14 @@ pull_request_rules:
6262 backport :
6363 branches :
6464 - release/v8.7.x
65- - name : backport patches to v10.1 .x branch
65+ - name : backport patches to v10.2 .x branch
6666 conditions :
6767 - base=main
68- - label=backport-to-v10.1 .x
68+ - label=backport-to-v10.2 .x
6969 actions :
7070 backport :
7171 branches :
72- - release/v10.1 .x
72+ - release/v10.2 .x
7373 - name : automerge to main with label automerge and branch protection passing
7474 conditions : []
7575 actions :
Original file line number Diff line number Diff line change 1515 options :
1616 - release/v7.10.x
1717 - release/v8.7.x
18- - release/v10.1 .x
18+ - release/v10.2 .x
1919 - main
2020 ibc-go-version :
2121 description : ' The version of ibc-go that is going to be released'
5151 release-branch :
5252 - release/v7.10.x
5353 - release/v8.7.x
54- - release/v10.1 .x
54+ - release/v10.2 .x
5555 - main
5656 steps :
5757 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ require (
1212 github.com/cometbft/cometbft v0.38.17
1313 github.com/cosmos/cosmos-sdk v0.50.13
1414 github.com/cosmos/gogoproto v1.7.0
15- github.com/cosmos/ibc-go/modules/light-clients/08-wasm/v10 v10.1 .0
16- github.com/cosmos/ibc-go/v10 v10.1 .0
15+ github.com/cosmos/ibc-go/modules/light-clients/08-wasm/v10 v10.2 .0
16+ github.com/cosmos/ibc-go/v10 v10.2 .0
1717 github.com/docker/docker v27.3.1+incompatible
1818 github.com/pelletier/go-toml v1.9.5
1919 github.com/strangelove-ventures/interchaintest/v8 v8.2.1-0.20240419152858-c8b741617cd8
You can’t perform that action at this time.
0 commit comments