v0.15.0
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.