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
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"]
replaceVersion()
replaceVersion(string $versionInfoPath, string $newVersion, bool $isDev, string $channel) : void
Parameters
-
$versionInfoPath
: string
-
-
$newVersion
: string
-
-
$isDev
: bool
-
-
$channel
: string
-
Return values
void
—
main()
main() : void
Return values
void
—