Skip to content

Commit

Permalink
Prepare 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Nov 13, 2023
1 parent 94676cc commit 5ba670f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
16 changes: 9 additions & 7 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@
"slug": "doctrine-migrations-bundle",
"versions": [
{
"name": "3.3",
"branchName": "3.3.x",
"name": "3.4",
"branchName": "3.4.x",
"slug": "latest",
"upcoming": true
},
{
"name": "3.3",
"branchName": "3.3.x",
"slug": "3.3",
"current": true
},
{
"name": "3.2",
"branchName": "3.2.x",
"slug": "3.2",
"aliases": [
"current",
"stable"
],
"current": true
"maintained": false
},
{
"name": "3.1",
Expand Down
6 changes: 3 additions & 3 deletions .symfony.bundle.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
branches: ["2.2.x", "3.0.x", "3.1.x", "3.2.x", "3.3.x"]
maintained_branches: ["2.2.x", "3.2.x", "3.3.x"]
branches: ["2.2.x", "3.0.x", "3.1.x", "3.2.x", "3.3.x", "3.4.x"]
maintained_branches: ["2.2.x", "3.3.x", "3.4.x"]
doc_dir: "Resources/doc/"
dev_branch: "3.3.x"
dev_branch: "3.4.x"

0 comments on commit 5ba670f

Please sign in to comment.