mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
46bd456825
1 changed files with 0 additions and 12 deletions
|
@ -14,18 +14,6 @@
|
||||||
require __DIR__ . '/doctum-checkout.conf.php';
|
require __DIR__ . '/doctum-checkout.conf.php';
|
||||||
|
|
||||||
$config['versions'] = Doctum\Version\GitVersionCollection::create(__DIR__ . '/../')
|
$config['versions'] = Doctum\Version\GitVersionCollection::create(__DIR__ . '/../')
|
||||||
/*
|
|
||||||
This would be nice, but currently causes various problems that need
|
|
||||||
debugging.
|
|
||||||
->addFromTags('release-3.0.*')
|
|
||||||
->add('3.0.x', '3.0-next (olympus)')
|
|
||||||
->addFromTags('release-3.1.*')
|
|
||||||
->add('3.1.x', '3.1-next (ascraeus)')
|
|
||||||
->add('master')
|
|
||||||
*/
|
|
||||||
->add('3.0.x')
|
|
||||||
->add('3.1.x')
|
|
||||||
->add('3.2.x')
|
|
||||||
->add('3.3.x')
|
->add('3.3.x')
|
||||||
->add('master')
|
->add('master')
|
||||||
;
|
;
|
||||||
|
|
Loading…
Add table
Reference in a new issue