Skip to content

Commit 2b88d5b

Browse files
committed
Remove branchName property for branches with tags
This will allow us to remove these branches.
1 parent d70296e commit 2b88d5b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.doctrine-project.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,21 @@
1818
},
1919
{
2020
"name": "2.0",
21-
"branchName": "2.0.x",
2221
"slug": "2.0",
2322
"maintained": false
2423
},
2524
{
2625
"name": "1.5",
27-
"branchName": "1.5.x",
2826
"slug": "1.5",
2927
"maintained": false
3028
},
3129
{
3230
"name": "1.4",
33-
"branchName": "1.4.x",
3431
"slug": "1.4",
3532
"maintained": false
3633
},
3734
{
3835
"name": "1.3",
39-
"branchName": "1.3.x",
4036
"slug": "1.3",
4137
"maintained": false
4238
}

0 commit comments

Comments
 (0)