Skip to content

Commit

Permalink
Adjust Doctum Branch phasing
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored Nov 5, 2023
1 parent 52f7352 commit ab2fc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctum-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit ab2fc4a

Please sign in to comment.