Searched full:release (Results 1 – 25 of 1020) sorted by relevance
12345678910>>...41
13 Release|Any CPU = Release|Any CPU14 Release|Mixed Platforms = Release|Mixed Platforms15 Release|x86 = Release|x8623 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Release|Any CPU.ActiveCfg = Release|Any CPU24 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Release|Any CPU.Build.0 = Release|Any CPU25 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU26 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Release|Mixed Platforms.Build.0 = Release|Any CPU27 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Release|x86.ActiveCfg = Release|Any CPU33 {646971E5-A681-4EDC-AE8A-33FB0B6CD55E}.Release|Any CPU.ActiveCfg = Release|x8634 {646971E5-A681-4EDC-AE8A-33FB0B6CD55E}.Release|Mixed Platforms.ActiveCfg = Release|x86[all …]
23 use Google\Service\FirebaseRules\Release; alias37 * Create a `Release`. Release names should reflect the developer's deployment38 * practices. For example, the release name may include the environment name,40 * developer. Once a `Release` refers to a `Ruleset`, the rules can be enforced41 * by Firebase Rules-enabled services. More than one `Release` may be 'live'42 * concurrently. Consider the following three `Release` names for `projects/foo`43 * and the `Ruleset` to which they refer. Release Name -> Ruleset Name *49 * to a new `Ruleset`. The `Ruleset` reference for a `Release` may be updated53 * `Release`. Format: `projects/{project_id}`54 * @param Release $postBody[all …]
3 ## Release version naming4 - This plugin is provided as released DokuWiki installable ZIP packages with detailed release notes…5 via this repos [Release](https://github.com/woolfg/dokuwiki-plugin-gitbacked/releases) page.6 - The name of a release is identical to the `date` property in `plugin.info.txt` of that release.9 - The release notes have to be maintained manually in [CHANGELOG.md](https://github.com/woolfg/doku…11 ## Building a release13 - A release build is triggered by applying a tag with name '**v**YYYY-MM-DD' to the corresponding m…14 - The release workflow is not triggered, if:15 - The release tag is not of format `v[0-9]+-[0-9]+-[0-9]+`16 - The release workflow is failing and no release will be created, if:[all …]
2 # This is a workflow to release this project as a zipped installable artifact.3 # Release version numbering and release notes generation is following standards defined by:14 name: Build a release37 …"The selected git ref=${{ github.ref }} is NOT a valid release tag. Please select a valid release …40 # Create a release41 release:42 name: Release80 # Validate app info version and set release name81 - name: Validate app info version and set release name84 …echo "Mismatch of release version=${{ env.RELEASE_VERSION }} and application info version=${{ env.…[all …]
1 # Release Process for Delete Page Guard Plugin3 This document describes the complete release process for the Delete Page Guard DokuWiki plugin, inc…7 The plugin uses a professional release workflow with:17 Before starting a release, ensure you have:24 ## Release Workflow26 ### 1. Prepare for Release28 First, ensure the codebase is ready for release:61 make version VERSION=1.0.1 # Bug fix release62 make version VERSION=1.1.0 # Feature release63 make version VERSION=2.0.0 # Major release with breaking changes[all …]
3 # Professional Makefile for development, testing, and release management5 .PHONY: test check clean dist release version help17 @echo "Release targets:"20 @echo " release [VERSION=x.y.z] - Complete release workflow"61 # Complete release workflow62 release: check test target65 @echo "Usage: make release VERSION=1.2.3"68 @echo "Starting release workflow for version $(VERSION)..."70 @echo "Please update CHANGELOG.md with release notes, then run:"72 @echo " git commit -m 'Release version $(VERSION)'"
7 name: DokuWiki ${{ matrix.dokuwiki-release }}13 dokuwiki-release:27 …kuwiki/dokuwiki/archive/refs/tags/release-${{ matrix.dokuwiki-release }}.tar.gz -O dokuwiki-${{ ma…28 tar --strip-components 1 -xzf dokuwiki-${{ matrix.dokuwiki-release }}.tgz29 rm dokuwiki-${{ matrix.dokuwiki-release }}.tgz42 name: DokuWiki ${{ matrix.dokuwiki-release }}48 dokuwiki-release:65 …ki.org/src/dokuwiki/dokuwiki-${{ matrix.dokuwiki-release }}.tgz -O dokuwiki-${{ matrix.dokuwiki-re…66 tar --strip-components 1 -xzf dokuwiki-${{ matrix.dokuwiki-release }}.tgz67 rm dokuwiki-${{ matrix.dokuwiki-release }}.tgz
19 …release` is the version number of the latest release (`X.Y.Z`, for instance) or the name of the re…36 When a new release is prepared, the string that is passed to the constructor as the first argument …40 * If `$path` is not (part of) a Git repository and `$release` is in `X.Y.Z` format then `$release` …41 * If `$path` is not (part of) a Git repository and `$release` is in `X.Y` format then `$release` is…42 * If `$path` is (part of) a Git repository and `$release` is in `X.Y.Z` format then the output of `…43 * If `$path` is (part of) a Git repository and `$release` is in `X.Y` format then a string is retur…
14 * @since Class available since Release 1.0.026 private $release; variable in SebastianBergmann\\Version34 * @param string $release37 public function __construct($release, $path) argument39 $this->release = $release;49 if (count(explode('.', $this->release)) == 3) {50 $this->version = $this->release;52 $this->version = $this->release . '-dev';58 if (count(explode('.', $this->release)) == 3) {63 $this->version = $this->release . '-' . end($git);
22 protected $releaseType = Release::class;30 * @param Release32 public function setRelease(Release $release) argument34 $this->release = $release;37 * @return Release41 return $this->release;
22 use Google\Service\CloudDeploy\Release; alias35 * Creates a new Release in a given project and location. (releases.create)37 * @param string $parent Required. The parent collection in which the `Release`40 * @param Release $postBody43 * @opt_param string releaseId Required. ID of the `Release`.60 public function create($parent, Release $postBody, $optParams = [])67 * Gets details of a single Release. (releases.get)69 * @param string $name Required. Name of the `Release`. Format must be projects/73 * @return Release79 return $this->call('get', [$params], Release::class);[all …]
9 <!-- Each Release must start with a line for the release version of exactly this format: ## [versio…10 <!-- The subsequent comment lines start with a space - not to irritate the release scripts parser!28 <empty line> - next line is the starting of the previous release33 These links provide direct access to the GitHub compare vs. the previous release.34 …The particular link of a released version will be copied to the release notes of a release accordi…35 …At the end of this file appropriate compare links have to be maintained for each release version i…37 +-current release version39 … +-URL to this repo previous release version tag-+ +-current rele…91 Many thanks for collaboration on this release for: @ribsey, @mhoffrog105 Many thanks for collaboration on this release for: @msx80, @delphij[all …]
27 $release = p_get_metadata($ID, 'page4release',True);30 … (array_key_exists($ID,$page4release[$filename]) && ($page4release[$filename][$ID] != $release))31 || (!array_key_exists($ID,$page4release[$filename]) && ($release))33 // La page qu'on modifie se trouve déjà dans l'index et release à été modifié.35 … // La page qu'on modifie ne se trouve pas dans l'index et une release est spécifié.42 if ($release)44 $page4release[$filename][$ID] = $release;48 } elseif ($release) {50 $page4release[$filename] = array($ID => $release);
18 …register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, '_edit_form'); // release Hogfather and bel…19 …$controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, '_edit_form'); // release Igor and…32 /* Check the DokuWiki release */34 /* release Igor and above */45 /* release Hogfather and below */71 /* We check the DokuWiki release */73 /* release Greebo and above */86 /* release Frusterick Manners and below */118 /* Check the DokuWiki release */124 /* release Igor and above */[all …]
16 …Release 2017-02-19b "Frusterick Manners"](https://download.dokuwiki.org/src/dokuwiki/dokuwiki-2017…63 For Dokuwiki "**Release 2017-02-19b Frusterick Manners**", you should process as follows:198 * **2017-06-28 release**210 * **Initial release**
14 * @since File available since Release 1.0.0251 * @since Method available since Release 1.2.0277 * @since Method available since Release 1.2.0303 * @since Method available since Release 1.2.0317 * @since Method available since Release 1.2.0331 * @since Method available since Release 1.2.0345 * @since Method available since Release 2.0.0359 * @since Method available since Release 2.0.0376 * @since Method available since Release 2.0.0388 * @since Method available since Release 3.2.0[all …]
29 public $release; variable in Google\\Service\\CloudDeploy\\ReleaseRenderEvent48 public function setRelease($release) argument50 $this->release = $release;57 return $this->release;
29 public $release; variable in Google\\Service\\CloudDeploy\\ReleaseNotificationEvent52 public function setRelease($release) argument54 $this->release = $release;61 return $this->release;
9 build-release:10 name: Build and Release42 - name: Create GitHub Release and upload assets43 uses: softprops/action-gh-release@v246 name: Release ${{ github.ref_name }}
1 name: Release11 release:12 name: Release13 uses: mprins/.github/.github/workflows/DW-plugin-release.yml@main
35 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release49 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release63 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release77 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release91 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release121 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release139 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release153 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
1 ## Release 7.13.15 ## Release 7.13.017 ## Release 7.12.027 ## Release 7.11.042 ## Release 7.10.052 ## Release 7.9.161 ## Release 7.9.072 ## Release 7.8.081 ## Release 7.7.094 ## Release 7.6.1[all …]
3 * Release: html2ps-2.0.4316 * Release: html2ps-2.0.4226 * Release: html2ps-2.0.4134 * Release: html2ps-2.0.4081 * Release: html2ps-2.0.3993 * Release: html2ps-2.0.38100 * Release: html2ps-2.0.37112 * Release: html2ps-2.0.36124 * Release: html2ps-2.0.35136 * Release: html2ps-2.0.34[all …]
15 * The zip release ships with [sabre/vobject 4.1.2][vobj],27 * The zip release ships with [sabre/vobject 4.1.2][vobj],38 * The zip release ships with [sabre/vobject 4.1.0][vobj],49 * The zip release ships with [sabre/vobject 4.1.0][vobj],110 * The zip release ships with [sabre/vobject 4.1.0][vobj],130 * The zip release ships with [sabre/vobject 4.1.0][vobj],141 * The zip release ships with [sabre/vobject 4.1.0][vobj],155 * The zip release ships with [sabre/vobject 4.0.3][vobj],166 * The zip release ships with [sabre/vobject 4.0.2][vobj],196 * The zip release ships with [sabre/vobject 4.0.1][vobj],[all …]