From 2ce987424eebaf432da4c86ee72457bd5764b613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Thu, 24 Aug 2023 20:28:49 +0200 Subject: [PATCH] Avoid duplicate aliases / slugs Marking a branch as current is equivalent to creating a "current" and "stable" alias for it. --- .doctrine-project.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index a9d24b4..db4536e 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -8,11 +8,8 @@ { "name": "2.0", "branchName": "2.0.x", - "slug": "current", - "aliases": [ - "latest", - "stable" - ], + "slug": "2.0", + "aliases": ["latest"], "maintained": true, "current": true },