Skip to content

Commit ebef1ba

Browse files
dmaicherostrolucky
authored andcommitted
update metadata for new 2.12 release
1 parent aea9145 commit ebef1ba

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
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.12",
8-
"branchName": "2.12.x",
7+
"name": "2.13",
8+
"branchName": "2.13.x",
99
"slug": "latest",
1010
"upcoming": true
1111
},
12+
{
13+
"name": "2.12",
14+
"branchName": "2.12.x",
15+
"slug": "2.12",
16+
"current": true
17+
},
1218
{
1319
"name": "2.11",
1420
"branchName": "2.11.x",
1521
"slug": "2.11",
16-
"current": true
22+
"maintained": false
1723
},
1824
{
1925
"name": "2.10",

.symfony.bundle.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ branches:
77
- "2.10.x"
88
- "2.11.x"
99
- "2.12.x"
10+
- "2.13.x"
1011
maintained_branches:
11-
- "2.11.x"
1212
- "2.12.x"
13+
- "2.13.x"
1314
doc_dir: { "2.11.x": "Resources/doc/", "2.12.x": "docs/" }
14-
current_branch: "2.11.x"
15-
dev_branch: "2.12.x"
15+
current_branch: "2.12.x"
16+
dev_branch: "2.13.x"

0 commit comments

Comments
 (0)