Skip to content

Commit 560191b

Browse files
authored
Merge pull request #659 from greg0ire/update-branch-metadata
Address master rename
2 parents 3cc1392 + d5698b4 commit 560191b

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.doctrine-project.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"shortName": "DoctrineMongoDBBundle",
44
"slug": "doctrine-mongodb-bundle",
55
"versions": [
6+
{
7+
"name": "4.4",
8+
"branchName": "4.4.x",
9+
"slug": "latest",
10+
"upcoming": true
11+
},
612
{
713
"name": "4.3",
814
"branchName": "4.3.x",

.github/workflows/coding-standards.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ on:
44
pull_request:
55
branches:
66
- "*.x"
7-
- "master"
87
push:
98
branches:
109
- "*.x"
11-
- "master"
1210

1311
jobs:
1412
coding-standards:

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,5 @@
5656
},
5757
"config": {
5858
"sort-packages": true
59-
},
60-
"extra": {
61-
"branch-alias": {
62-
"dev-master": "4.1.x-dev"
63-
}
6459
}
6560
}

0 commit comments

Comments
 (0)