Remove branchName property for branches with tags

This will allow us to remove these branches.
This commit is contained in:
Grégoire Paris
2026-01-06 08:32:11 +01:00
parent d70296e294
commit 2b88d5bee6

View File

@@ -18,25 +18,21 @@
},
{
"name": "2.0",
"branchName": "2.0.x",
"slug": "2.0",
"maintained": false
},
{
"name": "1.5",
"branchName": "1.5.x",
"slug": "1.5",
"maintained": false
},
{
"name": "1.4",
"branchName": "1.4.x",
"slug": "1.4",
"maintained": false
},
{
"name": "1.3",
"branchName": "1.3.x",
"slug": "1.3",
"maintained": false
}