Skip to content

Commit cae4f87

Browse files
greg0ireostrolucky
authored andcommitted
Update branch metadata
3.2.0 has been released. As a consequence, - 3.3.x is the next minor branch; - 3.2.x is the current branch; - 3.1.x is no longer maintained.
1 parent 692b68d commit cae4f87

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

.doctrine-project.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,22 @@
1010
"slug": "latest",
1111
"upcoming": true
1212
},
13+
{
14+
"name": "3.3",
15+
"branchName": "3.3.x",
16+
"slug": "3.3",
17+
"upcoming": true
18+
},
1319
{
1420
"name": "3.2",
1521
"branchName": "3.2.x",
1622
"slug": "3.2",
17-
"upcoming": true
23+
"current": true
1824
},
1925
{
2026
"name": "3.1",
21-
"branchName": "3.1.x",
2227
"slug": "3.1",
23-
"current": true
28+
"maintained": false
2429
},
2530
{
2631
"name": "3.0",

.symfony.bundle.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ branches:
1313
- "3.0.x"
1414
- "3.1.x"
1515
- "3.2.x"
16+
- "3.3.x"
1617
- "4.0.x"
1718
maintained_branches:
1819
- "2.18.x"
1920
- "2.19.x"
20-
- "3.1.x"
2121
- "3.2.x"
22+
- "3.3.x"
2223
- "4.0.x"
2324
doc_dir: "docs/en/"
24-
current_branch: "3.1.x"
25-
dev_branch: "3.2.x"
25+
current_branch: "3.2.x"
26+
dev_branch: "3.3.x"

0 commit comments

Comments
 (0)