From 282661f27129232e94e5e4dd5cb89a95c796bec2 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Mon, 13 Nov 2023 13:31:07 +0100 Subject: [PATCH] Prepare 3.7.0 (#1371) --- .doctrine-project.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index dcfc83c15..7c000199e 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -4,18 +4,23 @@ "slug": "migrations", "docsSlug": "doctrine-migrations", "versions": [ + { + "name": "3.8", + "branchName": "3.8.x", + "slug": "3.8", + "upcoming": true + }, { "name": "3.7", "branchName": "3.7.x", "slug": "3.7", - "upcoming": true + "current": true }, { "name": "3.6", "branchName": "3.6.x", "slug": "3.6", - "aliases": ["stable"], - "current": true + "maintained": false }, { "name": "3.5",