From 4bdfb270bf6ff4f18f7f62a65e1be6a92c57311c Mon Sep 17 00:00:00 2001 From: Claudio Zizza Date: Thu, 9 Apr 2020 21:29:21 +0200 Subject: [PATCH] Set x-patch version to branches in website config --- .doctrine-project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index e446a1c9c..38553aa66 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -12,7 +12,7 @@ }, { "name": "1.10", - "branchName": "1.10", + "branchName": "1.10.x", "slug": "1.10", "aliases": [ "current", @@ -23,7 +23,7 @@ }, { "name": "1.9", - "branchName": "1.9", + "branchName": "1.9.x", "slug": "1.9", "maintained": false },