From ab2fc4a4a0d542be5f8d7c884c9b56228d04e3d7 Mon Sep 17 00:00:00 2001 From: Joe <104938042+lrljoe@users.noreply.github.com> Date: Sun, 5 Nov 2023 23:05:21 +0000 Subject: [PATCH] Adjust Doctum Branch phasing --- doctum-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctum-config.php b/doctum-config.php index 461333e77..2e13b5045 100644 --- a/doctum-config.php +++ b/doctum-config.php @@ -18,7 +18,7 @@ $versions = GitVersionCollection::create($dir) // In a non case-sensitive way, tags containing "PR", "RC", "BETA" and "ALPHA" will be filtered out // To change this, use: `$versions->setFilter(static function (string $version): bool { // ... });` - ->add('master', '3.x branch') + ->add('develop', '3.x branch') ->add('v2-master', '2.x branch') ->add('v1', '1.x branch');