Skip to content

Commit

Permalink
Merge pull request #347 from greg0ire/update-branch-metadata
Browse files Browse the repository at this point in the history
Update branch metadata
  • Loading branch information
greg0ire authored Mar 1, 2024
2 parents f75d11b + 254b529 commit a55fc31
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
16 changes: 9 additions & 7 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,22 @@
"docsSlug": "doctrine-persistence",
"versions": [
{
"name": "3.3",
"branchName": "3.3.x",
"name": "3.4",
"branchName": "3.4.x",
"slug": "latest",
"upcoming": true
},
{
"name": "3.3",
"branchName": "3.3.x",
"slug": "3.3",
"current": true
},
{
"name": "3.2",
"branchName": "3.2.x",
"slug": "3.2",
"current": true,
"aliases": [
"current",
"stable"
]
"maintained": false
},
{
"name": "3.1",
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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

0 comments on commit a55fc31

Please sign in to comment.