Skip to content

Commit

Permalink
Merge pull request #1542 from LowerRockLabs/v3-minorTweak
Browse files Browse the repository at this point in the history
Adjust Doctum Branch phasing
  • Loading branch information
lrljoe authored Nov 5, 2023
2 parents 4f95d8d + ab2fc4a commit 2e11b57
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 2e11b57

Please sign in to comment.