From 26bde86f924a10a9f73dae1c160c22e08ad8e06a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Wed, 30 Oct 2024 20:54:44 +0100 Subject: [PATCH] Update documentation metadata I'm not creating a 3.5.x branch, the plan is that 3.4.x is the last 3.x branch. --- .doctrine-project.json | 4 ++-- README.md | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index 4c7d9c85..9e7986bf 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -14,13 +14,13 @@ "name": "3.4", "branchName": "3.4.x", "slug": "3.4", - "upcoming": true + "current": true }, { "name": "3.3", "branchName": "3.3.x", "slug": "3.3", - "current": true + "maintained": false }, { "name": "3.2", diff --git a/README.md b/README.md index 255d769b..42ca74d8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Doctrine Persistence -[![GitHub Actions][GA 3.3 image]][GA 3.3] -[![Code Coverage][Coverage 3.3 image]][CodeCov 3.3] +[![GitHub Actions][GA 3.4 image]][GA 3.4] +[![Code Coverage][Coverage 3.4 image]][CodeCov 3.4] 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.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/actions/workflows/continuous-integration.yml/badge.svg?branch=3.3.x - [GA 3.3]: https://github.com/doctrine/persistence/actions/workflows/continuous-integration.yml?branch=3.3.x + [Coverage 3.4 image]: https://codecov.io/gh/doctrine/persistence/branch/3.4.x/graph/badge.svg + [CodeCov 3.4]: https://codecov.io/gh/doctrine/persistence/branch/3.4.x + [GA 3.4 image]: https://github.com/doctrine/persistence/actions/workflows/continuous-integration.yml/badge.svg?branch=3.4.x + [GA 3.4]: https://github.com/doctrine/persistence/actions/workflows/continuous-integration.yml?branch=3.4.x