Home
last modified time | relevance | path

Searched full:hotfix (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/.github/
H A Drelease.php12 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 DInfoTest.php19 'hotfix' => '',
30 'hotfix' => 'd',
41 'hotfix' => '',
/dokuwiki/inc/
H A DInfo.php24 'hotfix' => '', // a, b, c, ...
38 $return['hotfix'] = $matches[3];
48 $return['version'] .= $return['type'] == 'rc' ? 'rc' : $return['hotfix'];
/dokuwiki/.github/workflows/
H A Drelease-preparation.yml17 - hotfix
58 echo "::error::Tag already exists, you may need to build a hotfix instead"
H A Drelease-build.yml27 echo "::error::Tag already exists, be sure to update the VERSION file for a hotfix"