Skip to content

Commit 1dd4290

Browse files
authored
Prepare 3.3.0 (#519)
1 parent 94676cc commit 1dd4290

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

.doctrine-project.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@
44
"slug": "doctrine-migrations-bundle",
55
"versions": [
66
{
7-
"name": "3.3",
8-
"branchName": "3.3.x",
7+
"name": "3.4",
8+
"branchName": "3.4.x",
99
"slug": "latest",
1010
"upcoming": true
1111
},
12+
{
13+
"name": "3.3",
14+
"branchName": "3.3.x",
15+
"slug": "3.3",
16+
"current": true
17+
},
1218
{
1319
"name": "3.2",
1420
"branchName": "3.2.x",
1521
"slug": "3.2",
16-
"aliases": [
17-
"current",
18-
"stable"
19-
],
20-
"current": true
22+
"maintained": false
2123
},
2224
{
2325
"name": "3.1",

.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"]
2-
maintained_branches: ["2.2.x", "3.2.x", "3.3.x"]
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"]
33
doc_dir: "Resources/doc/"
4-
dev_branch: "3.3.x"
4+
dev_branch: "3.4.x"

0 commit comments

Comments
 (0)