Свойство | Type | Description | |
---|---|---|---|
$releaseVersion |
Méthode | Description | |
---|---|---|
__construct ( $options ) | ||
execute ( ) |
Méthode | Description | |
---|---|---|
create ( ) | Handles the creation of the package. | |
getDestination ( ) : string | Get the destination directory to build the package into. | |
getFilename ( ) : string | Determines the package filename based on the next version and the 'package-name' option. | |
isRelativePath ( $path ) : boolean | Checks if the path is relative. | |
setReleaseVersion ( ) | Determine and set the next release version. |
protected getDestination ( ) : string | ||
Résultat | string | The destination |
protected getFilename ( ) : string | ||
Résultat | string |
protected isRelativePath ( $path ) : boolean | ||
$path | string The path to check | |
Résultat | boolean |
protected setReleaseVersion ( ) |