Skip to content

Commit

Permalink
feat: add release 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Nov 27, 2023
1 parent f8a62d9 commit 34dc72b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions common_files/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@ pull_request_rules:
backport:
branches:
- release_2.1
- name: backport to 2.2
conditions:
- base=integration
- label=backport-to-2.2
actions:
backport:
branches:
- release_2.2
{% endif %}
- name: approved merges
actions:
Expand Down
10 changes: 9 additions & 1 deletion releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,17 @@
"branch": "release_2.1",
"title": "2.1",
"alternate_title": "2_dot_1",
"latest": 1,
"latest": 0,
"previous": "release_2.0",
"tags": "v2.1.*"
},
{
"branch": "release_2.2",
"title": "2.2",
"alternate_title": "2_dot_2",
"latest": 1,
"previous": "release_2.1",
"tags": "v2.2.*"
}
],
"inactives": [
Expand Down

0 comments on commit 34dc72b

Please sign in to comment.