v0.3.1
Pre-release
Pre-release
New directory name feature to allow use without git.
New config option must be added to previously published configurations
/**
* Logic used when creating a deployment directory
*
* Default => git - uses hash for current HEAD
* Options: [ git, rand ]
*
* If your build does not use git, use rand.
*/
'directory-naming' => 'git',