Skip to content

Commit 1ffb6fa

Browse files
authored
Merge pull request doctrine#2177 from greg0ire/update-branch-metadata
Update branch metadata
2 parents cc90dc6 + 8a3311f commit 1ffb6fa

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.2",
15+
"branchName": "3.2.x",
16+
"slug": "3.2",
17+
"upcoming": true
18+
},
1319
{
1420
"name": "3.1",
1521
"branchName": "3.1.x",
1622
"slug": "3.1",
17-
"upcoming": true
23+
"current": true
1824
},
1925
{
2026
"name": "3.0",
21-
"branchName": "3.0.x",
2227
"slug": "3.0",
23-
"current": true
28+
"maintained": false
2429
},
2530
{
2631
"name": "2.19",

.symfony.bundle.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ branches:
1212
- "2.19.x"
1313
- "3.0.x"
1414
- "3.1.x"
15+
- "3.2.x"
1516
- "4.0.x"
1617
maintained_branches:
1718
- "2.18.x"
1819
- "2.19.x"
19-
- "3.0.x"
2020
- "3.1.x"
21+
- "3.2.x"
2122
- "4.0.x"
2223
doc_dir: "docs/en/"
23-
current_branch: "3.0.x"
24-
dev_branch: "3.1.x"
24+
current_branch: "3.1.x"
25+
dev_branch: "3.2.x"

0 commit comments

Comments
 (0)