Searched +full:- +full:- +full:amend (Results 1 – 2 of 2) sorted by relevance
4 # When the pull request is merged, the release-build workflow will be triggered automatically16 - stable17 - hotfix18 - rc23 description: 'The version date YYYY-MM-DD, empty for today'29 runs-on: ubuntu-latest31 - name: Fail if branch is not master37 - name: Checkout40 fetch-depth: 042 - name: Set git identity[all …]
43 $this->tpl = $tpl;44 $this->reinit = $reinit;45 $this->preview = $preview;62 if (!empty($combined) && !$this->reinit) {71 $replacements = $this->defaultReplacements;79 if ($this->preview) {90 $webbase = $this->getWebbase($config_group);94 $inifile = str_replace('%TEMPLATE%', $this->tpl, $inifile);106 … $this->getValidatedStyles($stylesheets, $inifile, $mode, $incbase, $webbase)115 $this->cssFixreplacementurls($config['replacements'], $webbase)[all …]