Skip to content

Commit 8656002

Browse files
authored
Merge pull request #455 from derrabus/chore/branch-metadata
Update branch metadata
2 parents c1b10bc + 3374a8a commit 8656002

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

.doctrine-project.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,33 @@
33
"shortName": "DoctrineMigrationsBundle",
44
"slug": "doctrine-migrations-bundle",
55
"versions": [
6+
{
7+
"name": "3.3",
8+
"branchName": "3.3.x",
9+
"slug": "latest",
10+
"upcoming": true
11+
},
12+
{
13+
"name": "3.2",
14+
"branchName": "3.2.x",
15+
"slug": "3.2",
16+
"aliases": [
17+
"current",
18+
"stable"
19+
],
20+
"current": true
21+
},
622
{
723
"name": "3.1",
824
"branchName": "3.1.x",
925
"slug": "3.1",
10-
"upcoming": true
26+
"maintained": false
1127
},
1228
{
1329
"name": "3.0",
1430
"branchName": "3.0.x",
1531
"slug": "3.0",
16-
"current": true
32+
"maintained": false
1733
},
1834
{
1935
"name": "2.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"]
2-
maintained_branches: ["2.2.x", "3.0.x", "3.1.x"]
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"]
33
doc_dir: "Resources/doc/"
4-
dev_branch: "3.1.x"
4+
dev_branch: "3.3.x"

0 commit comments

Comments
 (0)