Skip to content

v0.15.0

Compare
Choose a tag to compare
@eunjae-lee eunjae-lee released this 03 Feb 16:14
· 189 commits to master since this release
dfef3a9

0.15.0 (2020-02-03)

Features

shouldPrepare

default: undefined

// example
shouldPrepare: ({
                  commits,
                  nextVersion,
                  releaseType,
                  releaseTag,
                  commitNumbersPerType,
               }) => { /* ... */ }

This is a lifecycle hook where you can decide whether or not to proceed with the preparation.

Read the guide to learn more about the hook.