Skip to content

Commit 39ed2c6

Browse files
authored
Merge pull request #2097 from greg0ire/update-branch-metadata
Update branch metadata
2 parents 112091b + 5be7450 commit 39ed2c6

File tree

2 files changed

+32
-7
lines changed

2 files changed

+32
-7
lines changed

.doctrine-project.json

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,40 @@
55
"slug": "doctrine-bundle",
66
"versions": [
77
{
8-
"name": "3.0",
9-
"branchName": "3.0.x",
8+
"name": "4.0",
9+
"branchName": "4.0.x",
1010
"slug": "latest",
1111
"upcoming": true
1212
},
13+
{
14+
"name": "3.1",
15+
"branchName": "3.1.x",
16+
"slug": "3.1",
17+
"upcoming": true
18+
},
19+
{
20+
"name": "3.0",
21+
"branchName": "3.0.x",
22+
"slug": "3.0",
23+
"current": true
24+
},
25+
{
26+
"name": "2.19",
27+
"branchName": "2.19.x",
28+
"slug": "2.19",
29+
"maintained": true
30+
},
1331
{
1432
"name": "2.18",
1533
"branchName": "2.18.x",
1634
"slug": "2.18",
17-
"upcoming": true
35+
"maintained": true
1836
},
1937
{
2038
"name": "2.17",
2139
"branchName": "2.17.x",
2240
"slug": "2.17",
23-
"current": true
41+
"maintained": false
2442
},
2543
{
2644
"name": "2.16",

.symfony.bundle.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,16 @@ branches:
1313
- "2.16.x"
1414
- "2.17.x"
1515
- "2.18.x"
16+
- "2.19.x"
17+
- "3.0.x"
18+
- "3.1.x"
19+
- "4.0.x"
1620
maintained_branches:
17-
- "2.17.x"
1821
- "2.18.x"
22+
- "2.19.x"
23+
- "3.0.x"
24+
- "3.1.x"
25+
- "4.0.x"
1926
doc_dir: "docs/en/"
20-
current_branch: "2.17.x"
21-
dev_branch: "2.18.x"
27+
current_branch: "3.0.x"
28+
dev_branch: "3.1.x"

0 commit comments

Comments
 (0)