Skip to content

Commit

Permalink
Avoid duplicate aliases / slugs
Browse files Browse the repository at this point in the history
Marking a branch as current is equivalent to creating a "current" and
"stable" alias to it.
  • Loading branch information
greg0ire committed Aug 24, 2023
1 parent 40fc8fc commit 37879bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
{
"name": "2.0",
"branchName": "2.0.x",
"slug": "current",
"aliases": [
"latest",
"stable"
],
"aliases": ["latest"],
"maintained": true,
"current": true
},
Expand Down

0 comments on commit 37879bb

Please sign in to comment.