Home
last modified time | relevance | path

Searched full:release (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dokuwiki/.github/workflows/
H A Drelease-preparation.yml1 # This workflow is triggered manually and prepares a new release by creating a pull request
4 # When the pull request is merged, the release-build workflow will be triggered automatically
6 name: "Release: Preparation ��"
11 description: 'What type of release is this?'
20 description: 'The codename for this release, empty for same as last'
49 php .github/release.php new \
55 - name: Check if a tag of the new release already exists
57 if git rev-parse "release-${{ env.next_version }}" >/dev/null 2>&1; then
69 git commit --amend -m 'Release preparations for ${{ env.next_raw }}'
80 pr_title: Release Preparations for ${{ env.next_raw }}
[all …]
H A Drelease-build.yml1 # This workflow creates a new tag, builds the release archives and uploads them to GitHub and our s…
3 # release-preparation workflow
5 name: "Release: Tag, Build & Deploy"
14 name: Tag Release
22 php .github/release.php current >> $GITHUB_ENV
26 if git rev-parse "release-${{ env.current_version }}" >/dev/null 2>&1; then
41 ref: `refs/tags/release-${current_version}`,
46 name: Build Release
55 php .github/release.php current >> $GITHUB_ENV
77 - name: Release to Github
[all …]
/dokuwiki/
H A DSECURITY.md3 Security vulnerabilities can be reported for the current stable release (branch `stable`) and the `…
5 …n the severity we may release hotfixes for the current stable release or may simply incorporate th…
/dokuwiki/.github/
H A Drelease.php8 * Command Line utility to gather and check data for building a release
10 class Release extends splitbrain\phpcli\CLI class
32 $options->setHelp('This tool is used to gather and check data for building a release');
34 $options->registerCommand('new', 'Get environment for creating a new release');
35 …$options->registerOption('type', 'The type of release to build', null, join('|', self::TYPES), 'ne…
39 $options->registerCommand('current', 'Get environment of the current release');
72 * Prepare environment for creating a new release
78 // continue if we want to create a new release
91 …throw new \splitbrain\phpcli\Exception('Invalid release type. Use one of ' . join(', ', self::TYPE…
108 … throw new \splitbrain\phpcli\Exception('Date must be equal or later than the last release');
[all …]
/dokuwiki/vendor/geshi/geshi/
H A Dbuild.xml41 description="Create zip and tar files for release"
85 <version release="${version}" api="${version}" />
86 <stability release="${stability}" api="${stability}" />
160 <target name="release" depends="check,pack,pack-pear,deploy-sf,gittag"
161 description="Release the version on sourceforge"
168 https://sourceforge.net/apps/trac/sourceforge/wiki/Release%20files%20for%20download
171 description="Upload release to sourceforge"
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dteraterm.php7 * Release Version: 1.0.9.1
15 * and/or keywords that are not listed here. The latest release of teraterm.php
21 * - First Release for Tera Term 4.60 and below.
23 * - First Release for Tera Term 4.62 and below.
25 * - Second Release for Tera Term 4.62 and below.
27 * - Second Release for Tera Term 4.67, LogMeTT 2.97, TTLEditor 1.2.1 and below.
H A Dscl.php7 * Release Version: 1.0.9.1
16 * <date-of-release> (<GeSHi release>)
17 * - First Release
19 * TODO (updated <date-of-release>)
H A Dcmake.php7 * Release Version: 1.0.9.1
16 * <date-of-release> (<GeSHi release>)
17 * - First Release
19 * TODO (updated <date-of-release>)
H A Deuphoria.php7 * Release Version: 1.0.9.1
18 * <date-of-release> (1.0.8.9)
19 * - First Release
21 * TODO (updated <date-of-release>)
H A Drpmspec.php7 * Release Version: 1.0.9.1
15 * - First Release
110 …GESHI_SEARCH => '((?:summary|license|buildroot|buildrequires|provides|version|release|source\d*|gr…
H A Dlocobasic.php7 * Release Version: 1.0.9.1
17 * - First Release
58 "READ", "RELEASE", "REMAIN", "RENUM", "RESTORE", "RESUME", "RETURN",
H A Dphix.php7 * Release Version: 1.0.9.1
16 * <date-of-release> (1.0.8.9)
17 * - First Release
19 * TODO (updated <date-of-release>)
H A Dtext.php7 * Release Version: 1.0.9.1
20 * - First Release
H A Drobots.php7 * Release Version: 1.0.9.1
13 * - First Release
H A Dpycon.php7 * Release Version: 1.0.9.1
21 * - First Release
H A Dhq9plus.php7 * Release Version: 1.0.9.1
15 * - First Release
H A Dwhitespace.php7 * Release Version: 1.0.9.1
15 * - First Release
H A Dbf.php7 * Release Version: 1.0.9.1
15 * - First Release
H A Dldif.php7 * Release Version: 1.0.9.1
15 * - First Release
H A Dvedit.php7 * Release Version: 1.0.9.1
15 * - First Release
H A Dintercal.php7 * Release Version: 1.0.9.1
15 * - First Release
H A Dpike.php7 * Release Version: 1.0.9.1
15 * - First Release
H A Ddcs.php7 * Release Version: 1.0.9.1
27 * - First Release
33 * stable release of GeSHi of version 1.1.x (or later) that allows for highlighting
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md34 * Long term support (LTS) release
42 * Long term support (LTS) release
50 * Long term support (LTS) release
/dokuwiki/inc/
H A Dinfoutils.php85 //official release
87 $version['type'] = 'Release';
150 * "Release" or "Git" and date is the date of the release or the date of the
157 * @return string The version string e.g. "Release 2023-04-04a"
198 * @return array an os-release array, might be empty
205 if (@file_exists('/etc/os-release')) {
207 $osRelease = $reader('/etc/os-release');

12345678910>>...12