Skip to content

Commit

Permalink
Remove duplicate alias and slug
Browse files Browse the repository at this point in the history
Marking a branch as current is equivalent to creating "current" and
"stable" aliases for it.
  • Loading branch information
greg0ire authored and cgknx committed Aug 30, 2023
1 parent 99c8b2f commit f6722e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
{
"name": "3.6",
"branchName": "3.6.x",
"slug": "current",
"current": true,
"aliases": ["stable"]
"slug": "3.6",
"current": true
},
{
"name": "3.5",
Expand Down

0 comments on commit f6722e0

Please sign in to comment.