Skip to content

Commit b2f93b2

Browse files
committed
Update branch metadata
4.0.0 has been released. As a consequence: - 3.7.x is just maintained; - 4.0.x is the new current branch; - 4.1.x and 5.0.x have been created, and are upcoming. I have also taken this as an occasion to remove old doc versions.
1 parent 20505da commit b2f93b2

File tree

2 files changed

+18
-34
lines changed

2 files changed

+18
-34
lines changed

.doctrine-project.json

Lines changed: 14 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,23 @@
33
"shortName": "DoctrineMigrationsBundle",
44
"slug": "doctrine-migrations-bundle",
55
"versions": [
6+
{
7+
"name": "5.0",
8+
"branchName": "5.0.x",
9+
"slug": "5.0",
10+
"upcoming": true
11+
},
12+
{
13+
"name": "4.1",
14+
"branchName": "4.1.x",
15+
"slug": "4.1",
16+
"upcoming": true
17+
},
618
{
719
"name": "4.0",
820
"branchName": "4.0.x",
921
"slug": "4.0",
10-
"upcoming": true
22+
"current": true
1123
},
1224
{
1325
"name": "3.8",
@@ -19,32 +31,7 @@
1931
"name": "3.7",
2032
"branchName": "3.7.x",
2133
"slug": "3.7",
22-
"current": true
23-
},
24-
{
25-
"name": "3.6",
26-
"slug": "3.6",
27-
"maintained": false
28-
},
29-
{
30-
"name": "3.5",
31-
"slug": "3.5",
32-
"maintained": false
33-
},
34-
{
35-
"name": "3.4",
36-
"slug": "3.4",
37-
"maintained": false
38-
},
39-
{
40-
"name": "3.3",
41-
"slug": "3.3",
42-
"maintained": false
43-
},
44-
{
45-
"name": "3.2",
46-
"slug": "3.2",
47-
"maintained": false
34+
"maintained": true
4835
}
4936
]
5037
}

.symfony.bundle.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
branches:
2-
- "3.2.x"
3-
- "3.3.x"
4-
- "3.4.x"
5-
- "3.5.x"
6-
- "3.6.x"
72
- "3.7.x"
83
- "3.8.x"
94
- "4.0.x"
10-
maintained_branches: ["3.7.x", "3.8.x", "4.0.x"]
5+
- "4.1.x"
6+
- "5.0.x"
7+
maintained_branches: ["3.7.x", "3.8.x", "4.0.x", "4.1.x", "5.0.x"]
118
doc_dir: "docs/"
12-
dev_branch: "4.0.x"
9+
dev_branch: "5.0.x"

0 commit comments

Comments
 (0)