Skip to content

Commit

Permalink
Prepare the 2.11.0 release (#1726)
Browse files Browse the repository at this point in the history
* Prepare the 2.11.0 release

* Simplify .doctrine-project.json

Co-authored-by: Grégoire Paris <postmaster@greg0ire.fr>

---------

Co-authored-by: Grégoire Paris <postmaster@greg0ire.fr>
  • Loading branch information
derrabus and greg0ire committed Nov 12, 2023
1 parent 7fd7671 commit ca64ca7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
12 changes: 9 additions & 3 deletions .doctrine-project.json
Expand Up @@ -4,16 +4,22 @@
"slug": "doctrine-bundle",
"versions": [
{
"name": "2.11",
"branchName": "2.11.x",
"name": "2.12",
"branchName": "2.12.x",
"slug": "latest",
"upcoming": true
},
{
"name": "2.11",
"branchName": "2.11.x",
"slug": "2.11",
"current": true
},
{
"name": "2.10",
"branchName": "2.10.x",
"slug": "2.10",
"aliases": ["current", "stable"]
"maintained": false
},
{
"name": "2.9",
Expand Down
7 changes: 4 additions & 3 deletions .symfony.bundle.yaml
Expand Up @@ -6,9 +6,10 @@ branches:
- "2.9.x"
- "2.10.x"
- "2.11.x"
- "2.12.x"
maintained_branches:
- "2.10.x"
- "2.11.x"
- "2.12.x"
doc_dir: "Resources/doc/"
current_branch: "2.10.x"
dev_branch: "2.11.x"
current_branch: "2.11.x"
dev_branch: "2.12.x"

0 comments on commit ca64ca7

Please sign in to comment.