Skip to content

Commit ca64ca7

Browse files
derrabusgreg0ire
andauthored
Prepare the 2.11.0 release (#1726)
* Prepare the 2.11.0 release * Simplify .doctrine-project.json Co-authored-by: Grégoire Paris <[email protected]> --------- Co-authored-by: Grégoire Paris <[email protected]>
1 parent 7fd7671 commit ca64ca7

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.doctrine-project.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,22 @@
44
"slug": "doctrine-bundle",
55
"versions": [
66
{
7-
"name": "2.11",
8-
"branchName": "2.11.x",
7+
"name": "2.12",
8+
"branchName": "2.12.x",
99
"slug": "latest",
1010
"upcoming": true
1111
},
12+
{
13+
"name": "2.11",
14+
"branchName": "2.11.x",
15+
"slug": "2.11",
16+
"current": true
17+
},
1218
{
1319
"name": "2.10",
1420
"branchName": "2.10.x",
1521
"slug": "2.10",
16-
"aliases": ["current", "stable"]
22+
"maintained": false
1723
},
1824
{
1925
"name": "2.9",

.symfony.bundle.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ branches:
66
- "2.9.x"
77
- "2.10.x"
88
- "2.11.x"
9+
- "2.12.x"
910
maintained_branches:
10-
- "2.10.x"
1111
- "2.11.x"
12+
- "2.12.x"
1213
doc_dir: "Resources/doc/"
13-
current_branch: "2.10.x"
14-
dev_branch: "2.11.x"
14+
current_branch: "2.11.x"
15+
dev_branch: "2.12.x"

0 commit comments

Comments
 (0)