From ca64ca70247d7b1b56a57c3b147b77253eaea2f5 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sun, 12 Nov 2023 19:59:02 +0100 Subject: [PATCH] Prepare the 2.11.0 release (#1726) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Prepare the 2.11.0 release * Simplify .doctrine-project.json Co-authored-by: Grégoire Paris --------- Co-authored-by: Grégoire Paris --- .doctrine-project.json | 12 +++++++++--- .symfony.bundle.yaml | 7 ++++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index 846c1fe8e..40aefb4d0 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -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", diff --git a/.symfony.bundle.yaml b/.symfony.bundle.yaml index 152357200..08f90be4f 100644 --- a/.symfony.bundle.yaml +++ b/.symfony.bundle.yaml @@ -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"