Skip to content

Commit

Permalink
docs: update maintained branches table (#212) (#214)
Browse files Browse the repository at this point in the history
* docs: update maintained branches table

Update the maintained branches table in README.md to reflect that we no longer maintain `release/v5` or `release/v4` due to the associated versions of ibc-go being EOL.

* ci: update mergify to reflect currently maintained branches

(cherry picked from commit 0546261)

Co-authored-by: Justin Tieri <37750742+jtieri@users.noreply.github.com>
  • Loading branch information
mergify[bot] and jtieri authored Aug 21, 2024
1 parent 631dd6f commit 7bd8a62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
pull_request_rules:
- name: backport to maintained branches
conditions:
- base~=^(main|release/v4|release/v5|release/v6)$
- base~=^(main|release/v7|release/v6)$
- label=BACKPORT
actions:
backport:
branches:
- main
- release/v4
- release/v5
- release/v7
- release/v6
assignees:
- "{{ author }}"
Expand All @@ -21,7 +20,7 @@ pull_request_rules:
- name: automerge backported PR's for maintained branches
conditions:
- label=automerge
- base~=^(release/v4|release/v5|release/v6)$
- base~=^(release/v6|release/v7)$
actions:
merge:
method: squash
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ An [example IBC app](./examples/hello-world/)
|:----------------------------------------------------------------:|:----------:|
| [main](https://github.com/cosmos/ibc-apps) | v7 |
| [release/v6](https://github.com/cosmos/ibc-apps/tree/release/v6) | v6 |
| [release/v5](https://github.com/cosmos/ibc-apps/tree/release/v5) | v5 |
| [release/v4](https://github.com/cosmos/ibc-apps/tree/release/v4) | v4 |


## List of Apps

Expand Down

0 comments on commit 7bd8a62

Please sign in to comment.