Searched full:hotfix (Results 1 – 5 of 5) sorted by relevance
| /dokuwiki/.github/ |
| H A D | release.php | 12 const TYPES = ['stable', 'hotfix', 'rc']; 63 …$current['file'] = ($current['type'] === 'rc' ? 'rc' : '') . $current['date'] . $current['hotfix']; 83 'hotfix' => '', 94 if ($next['type'] === 'hotfix') { 98 $next['hotfix'] = $this->increaseHotfix($current['hotfix']); 111 if ($current['type'] === 'rc' && $next['type'] === 'hotfix') { 117 …if ($current['type'] === 'stable' && $next['type'] !== 'hotfix' && $current['codename'] === $next[… 121 $next['version'] = $next['date'] . ($next['type'] === 'rc' ? 'rc' : $next['hotfix']); 124 $next['hotfix'] . 174 * Increase the hotfix letter [all …]
|
| /dokuwiki/_test/tests/ |
| H A D | InfoTest.php | 19 'hotfix' => '', 30 'hotfix' => 'd', 41 'hotfix' => '',
|
| /dokuwiki/inc/ |
| H A D | Info.php | 24 'hotfix' => '', // a, b, c, ... 38 $return['hotfix'] = $matches[3]; 48 $return['version'] .= $return['type'] == 'rc' ? 'rc' : $return['hotfix'];
|
| /dokuwiki/.github/workflows/ |
| H A D | release-preparation.yml | 17 - hotfix 58 echo "::error::Tag already exists, you may need to build a hotfix instead"
|
| H A D | release-build.yml | 27 echo "::error::Tag already exists, be sure to update the VERSION file for a hotfix"
|