Skip to content

Commit 6929b02

Browse files
Merge pull request doctrine#1889 from greg0ire/update-branch-metadata
Update branch metadata
2 parents d882945 + 9f36197 commit 6929b02

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

.doctrine-project.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,22 @@
44
"slug": "doctrine-bundle",
55
"versions": [
66
{
7-
"name": "2.15",
8-
"branchName": "2.15.x",
7+
"name": "2.16",
8+
"branchName": "2.16.x",
99
"slug": "latest",
1010
"upcoming": true
1111
},
12+
{
13+
"name": "2.15",
14+
"branchName": "2.15.x",
15+
"slug": "2.15",
16+
"current": true
17+
},
1218
{
1319
"name": "2.14",
1420
"branchName": "2.14.x",
1521
"slug": "2.14",
16-
"current": true
22+
"maintained": false
1723
},
1824
{
1925
"name": "2.13",

.symfony.bundle.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ branches:
88
- "2.11.x"
99
- "2.12.x"
1010
- "2.13.x"
11+
- "2.14.x"
12+
- "2.15.x"
13+
- "2.16.x"
1114
maintained_branches:
12-
- "2.12.x"
13-
- "2.13.x"
15+
- "2.15.x"
16+
- "2.16.x"
1417
doc_dir: { "2.12.x": "docs/", "2.13.x": "docs/en/" }
15-
current_branch: "2.12.x"
16-
dev_branch: "2.13.x"
18+
current_branch: "2.15.x"
19+
dev_branch: "2.16.x"

0 commit comments

Comments
 (0)