Skip to content

Commit 9872551

Browse files
authored
Merge pull request #583 from greg0ire/update-branch-metadata
Update branch metadata
2 parents a5c5fe0 + 4848903 commit 9872551

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-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-migrations-bundle",
55
"versions": [
66
{
7-
"name": "3.4",
8-
"branchName": "3.4.x",
7+
"name": "4.0",
8+
"branchName": "4.0.x",
99
"slug": "latest",
1010
"upcoming": true
1111
},
12+
{
13+
"name": "3.4",
14+
"branchName": "3.4.x",
15+
"slug": "3.4",
16+
"current": true
17+
},
1218
{
1319
"name": "3.3",
1420
"branchName": "3.3.x",
1521
"slug": "3.3",
16-
"current": true
22+
"maintained": false
1723
},
1824
{
1925
"name": "3.2",

.symfony.bundle.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
branches: ["2.2.x", "3.0.x", "3.1.x", "3.2.x", "3.3.x", "3.4.x"]
2-
maintained_branches: ["2.2.x", "3.3.x", "3.4.x"]
3-
doc_dir: {"2.2.x": "Resources/doc/", "3.3.x": "Resources/doc/", "3.4.x": "docs/"}
1+
branches: ["3.0.x", "3.1.x", "3.2.x", "3.3.x", "3.4.x", "4.0.x"]
2+
maintained_branches: ["3.4.x", "4.0.x"]
3+
doc_dir: "docs/"
44
dev_branch: "3.4.x"

0 commit comments

Comments
 (0)