Skip to content

Commit 93e73f7

Browse files
authored
Prepare the 4.4.0 release (#7233)
| Q | A |------------- | ----------- | Type | improvement | Fixed issues | N/A #### Summary I want to release 4.4.0 and would like to update the branch metadata for this purpose.
1 parent 63a46cb commit 93e73f7

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

.doctrine-project.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,23 @@
1111
"slug": "latest",
1212
"upcoming": true
1313
},
14+
{
15+
"name": "4.5",
16+
"branchName": "4.5.x",
17+
"slug": "4.5",
18+
"upcoming": true
19+
},
1420
{
1521
"name": "4.4",
1622
"branchName": "4.4.x",
1723
"slug": "4.4",
18-
"upcoming": true
24+
"current": true
1925
},
2026
{
2127
"name": "4.3",
2228
"branchName": "4.3.x",
2329
"slug": "4.3",
24-
"current": true
30+
"maintained": false
2531
},
2632
{
2733
"name": "4.2",

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Doctrine DBAL
22

3-
| [5.0-dev][5.0] | [4.4-dev][4.4] | [4.3][4.3] | [3.10][3.10] |
3+
| [5.0-dev][5.0] | [4.5-dev][4.5] | [4.4][4.4] | [3.10][3.10] |
44
|:---------------------------------------------------:|:---------------------------------------------------:|:---------------------------------------------------:|:-----------------------------------------------------:|
5-
| [![GitHub Actions][GA 5.0 image]][GA 5.0] | [![GitHub Actions][GA 4.4 image]][GA 4.4] | [![GitHub Actions][GA 4.3 image]][GA 4.3] | [![GitHub Actions][GA 3.10 image]][GA 3.10] |
6-
| [![Code Coverage][Coverage 5.0 image]][CodeCov 5.0] | [![Code Coverage][Coverage 4.4 image]][CodeCov 4.4] | [![Code Coverage][Coverage 4.3 image]][CodeCov 4.3] | [![Code Coverage][Coverage 3.10 image]][CodeCov 3.10] |
5+
| [![GitHub Actions][GA 5.0 image]][GA 5.0] | [![GitHub Actions][GA 4.5 image]][GA 4.5] | [![GitHub Actions][GA 4.4 image]][GA 4.4] | [![GitHub Actions][GA 3.10 image]][GA 3.10] |
6+
| [![Code Coverage][Coverage 5.0 image]][CodeCov 5.0] | [![Code Coverage][Coverage 4.5 image]][CodeCov 4.5] | [![Code Coverage][Coverage 4.4 image]][CodeCov 4.4] | [![Code Coverage][Coverage 3.10 image]][CodeCov 3.10] |
77

88
Powerful ***D***ata***B***ase ***A***bstraction ***L***ayer with many features for database schema introspection and schema management.
99

@@ -19,18 +19,18 @@ Powerful ***D***ata***B***ase ***A***bstraction ***L***ayer with many features f
1919
[GA 5.0]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A5.0.x
2020
[GA 5.0 image]: https://github.com/doctrine/dbal/actions/workflows/continuous-integration.yml/badge.svg?branch=5.0.x
2121

22+
[Coverage 4.5 image]: https://codecov.io/gh/doctrine/dbal/branch/4.5.x/graph/badge.svg
23+
[4.5]: https://github.com/doctrine/dbal/tree/4.5.x
24+
[CodeCov 4.5]: https://codecov.io/gh/doctrine/dbal/branch/4.5.x
25+
[GA 4.5]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A4.5.x
26+
[GA 4.5 image]: https://github.com/doctrine/dbal/actions/workflows/continuous-integration.yml/badge.svg?branch=4.5.x
27+
2228
[Coverage 4.4 image]: https://codecov.io/gh/doctrine/dbal/branch/4.4.x/graph/badge.svg
2329
[4.4]: https://github.com/doctrine/dbal/tree/4.4.x
2430
[CodeCov 4.4]: https://codecov.io/gh/doctrine/dbal/branch/4.4.x
2531
[GA 4.4]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A4.4.x
2632
[GA 4.4 image]: https://github.com/doctrine/dbal/actions/workflows/continuous-integration.yml/badge.svg?branch=4.4.x
2733

28-
[Coverage 4.3 image]: https://codecov.io/gh/doctrine/dbal/branch/4.3.x/graph/badge.svg
29-
[4.3]: https://github.com/doctrine/dbal/tree/4.3.x
30-
[CodeCov 4.3]: https://codecov.io/gh/doctrine/dbal/branch/4.3.x
31-
[GA 4.3]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A4.3.x
32-
[GA 4.3 image]: https://github.com/doctrine/dbal/actions/workflows/continuous-integration.yml/badge.svg?branch=4.3.x
33-
3434
[Coverage 3.10 image]: https://codecov.io/gh/doctrine/dbal/branch/3.10.x/graph/badge.svg
3535
[3.10]: https://github.com/doctrine/dbal/tree/3.10.x
3636
[CodeCov 3.10]: https://codecov.io/gh/doctrine/dbal/branch/3.10.x

0 commit comments

Comments
 (0)