Skip to content

Commit 58fc28d

Browse files
authored
Merge pull request #2090 from greg0ire/update-branch-metadata
Update branch metadata
2 parents 05ae10f + 087c7eb commit 58fc28d

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.doctrine-project.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,22 @@
1010
"slug": "latest",
1111
"upcoming": true
1212
},
13+
{
14+
"name": "2.18",
15+
"branchName": "2.18.x",
16+
"slug": "2.18",
17+
"upcoming": true
18+
},
1319
{
1420
"name": "2.17",
1521
"branchName": "2.17.x",
1622
"slug": "2.17",
17-
"upcoming": true
23+
"current": true
1824
},
1925
{
2026
"name": "2.16",
2127
"slug": "2.16",
22-
"current": true
28+
"maintained": false
2329
},
2430
{
2531
"name": "2.15",

.symfony.bundle.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ branches:
1212
- "2.15.x"
1313
- "2.16.x"
1414
- "2.17.x"
15+
- "2.18.x"
1516
maintained_branches:
16-
- "2.16.x"
1717
- "2.17.x"
18+
- "2.18.x"
1819
doc_dir: "docs/en/"
19-
current_branch: "2.16.x"
20-
dev_branch: "2.17.x"
20+
current_branch: "2.17.x"
21+
dev_branch: "2.18.x"

0 commit comments

Comments
 (0)