From 0290ed732f30187aabecc6463414e8caf0194dee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Fri, 1 Mar 2024 13:24:48 +0100 Subject: [PATCH 1/2] Update branch metadata --- .doctrine-project.json | 16 +++++++++++----- README.md | 12 ++++++------ 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index 3e1550f3..e563697a 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -5,21 +5,27 @@ "docsSlug": "doctrine-persistence", "versions": [ { - "name": "3.3", - "branchName": "3.3.x", + "name": "3.4", + "branchName": "3.4.x", "slug": "latest", "upcoming": true }, { - "name": "3.2", - "branchName": "3.2.x", - "slug": "3.2", + "name": "3.3", + "branchName": "3.3.x", + "slug": "3.3", "current": true, "aliases": [ "current", "stable" ] }, + { + "name": "3.2", + "branchName": "3.2.x", + "slug": "3.2", + "maintained": false + }, { "name": "3.1", "branchName": "3.1.x", diff --git a/README.md b/README.md index a7b88215..aeaaad3c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Doctrine Persistence -[![GitHub Actions][GA 3.2 image]][GA 3.2] -[![Code Coverage][Coverage 3.2 image]][CodeCov 3.2] +[![GitHub Actions][GA 3.3 image]][GA 3.3] +[![Code Coverage][Coverage 3.3 image]][CodeCov 3.3] The Doctrine Persistence project is a library that provides common abstractions for object mapper persistence. @@ -11,7 +11,7 @@ The Doctrine Persistence project is a library that provides common abstractions * [Documentation](https://www.doctrine-project.org/projects/doctrine-persistence/en/latest/index.html) * [Downloads](https://github.com/doctrine/persistence/releases) - [Coverage 3.2 image]: https://codecov.io/gh/doctrine/persistence/branch/3.2.x/graph/badge.svg - [CodeCov 3.2]: https://codecov.io/gh/doctrine/persistence/branch/3.2.x - [GA 3.2 image]: https://github.com/doctrine/persistence/workflows/Continuous%20Integration/badge.svg?branch=3.2.x - [GA 3.2]: https://github.com/doctrine/persistence/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A3.2.x + [Coverage 3.3 image]: https://codecov.io/gh/doctrine/persistence/branch/3.3.x/graph/badge.svg + [CodeCov 3.3]: https://codecov.io/gh/doctrine/persistence/branch/3.3.x + [GA 3.3 image]: https://github.com/doctrine/persistence/workflows/Continuous%20Integration/badge.svg?branch=3.3.x + [GA 3.3]: https://github.com/doctrine/persistence/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A3.3.x From 254b5291a5f32dce2b5742ebb28c3d8d40f493d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Fri, 1 Mar 2024 13:25:41 +0100 Subject: [PATCH 2/2] Remove uneeded aliases They are already implied with "current": true. --- .doctrine-project.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index e563697a..19205c35 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -14,11 +14,7 @@ "name": "3.3", "branchName": "3.3.x", "slug": "3.3", - "current": true, - "aliases": [ - "current", - "stable" - ] + "current": true }, { "name": "3.2",