Skip to content

Commit 18b93a5

Browse files
committed
Update branch metadata
3.5.0 has been released. As a consequence: - 3.4.x is no longer maintained; - 3.5.x is the new current branch; - 3.6.x is the next minor branch.
1 parent 0bdf66c commit 18b93a5

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

.doctrine-project.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,23 @@
99
"slug": "latest",
1010
"upcoming": true
1111
},
12+
{
13+
"name": "3.6",
14+
"branchName": "3.6.x",
15+
"slug": "3.6",
16+
"upcoming": true
17+
},
18+
{
19+
"name": "3.5",
20+
"branchName": "3.5.x",
21+
"slug": "3.5",
22+
"current": true
23+
},
1224
{
1325
"name": "3.4",
1426
"branchName": "3.4.x",
1527
"slug": "3.4",
16-
"current": true
28+
"maintained": false
1729
},
1830
{
1931
"name": "3.3",

.symfony.bundle.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
branches: ["3.0.x", "3.1.x", "3.2.x", "3.3.x", "3.4.x", "3.5.x", "4.0.x"]
2-
maintained_branches: ["3.5.x", "4.0.x"]
1+
branches:
2+
- "3.0.x"
3+
- "3.1.x"
4+
- "3.2.x"
5+
- "3.3.x"
6+
- "3.4.x"
7+
- "3.5.x"
8+
- "3.6.x"
9+
- "4.0.x"
10+
maintained_branches: ["3.5.x", "3.6.x", "4.0.x"]
311
doc_dir: "docs/"
412
dev_branch: "4.0.x"

0 commit comments

Comments
 (0)