Documentation

make-release.php

Table of Contents

ACCEPTED_OPTS  = ["current" => "Version to insert and tag", "next" => "Version to put in the file after tagging", "channel" => "Release channel to post this build into"]
replaceVersion()  : void
main()  : void

Constants

ACCEPTED_OPTS

public mixed ACCEPTED_OPTS = ["current" => "Version to insert and tag", "next" => "Version to put in the file after tagging", "channel" => "Release channel to post this build into"]

Functions

replaceVersion()

replaceVersion(string $versionInfoPath, string $newVersion, bool $isDev, string $channel) : void
Parameters
$versionInfoPath : string
$newVersion : string
$isDev : bool
$channel : string
Return values
void

Search results