Skip to content

v0.3.1

Pre-release
Pre-release

Choose a tag to compare

@J-T-McC J-T-McC released this 24 Jan 03:47
· 4 commits to main since this release
92e0279

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',

Copied symlinks are now updated to point to deployment contents