Skip to content

Commit

Permalink
Merge pull request #147 from greg0ire/update-branch-metadata
Browse files Browse the repository at this point in the history
Declare past, current and upcoming branches
  • Loading branch information
greg0ire authored Apr 15, 2021
2 parents dcaee43 + 06ad59a commit b4db342
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,41 @@
"slug": "latest",
"upcoming": true
},
{
"name": "0.5",
"branchName": "0.5.x",
"slug": "0.5",
"upcoming": true
},
{
"name": "0.4",
"branchName": "0.4.x",
"slug": "0.4",
"current": true
},
{
"name": "0.3",
"branchName": "0.3.x",
"slug": "0.3",
"maintained": false
},
{
"name": "0.2",
"branchName": "0.2.x",
"slug": "0.2",
"maintained": false
},
{
"name": "0.2",
"branchName": "0.2.x",
"slug": "0.2",
"maintained": false
},
{
"name": "0.1",
"branchName": "0.1.x",
"slug": "0.1",
"current": true
"maintained": false
}
]
}

0 comments on commit b4db342

Please # to comment.