Searched refs:TYPES (Results 1 – 1 of 1) sorted by relevance
/dokuwiki/.github/ |
H A D | release.php | 12 const TYPES = ['stable', 'hotfix', 'rc']; define in Release 35 …tions->registerOption('type', 'The type of release to build', null, join('|', self::TYPES), 'new'); 90 if (!in_array($next['type'], self::TYPES)) { 91 …ow new \splitbrain\phpcli\Exception('Invalid release type. Use one of ' . join(', ', self::TYPES));
|