action: ( { significance, type, comment, entry, interactive, links, attributions, dir, title, useEditor } ) => {
        if ( ! entry && ! interactive ) {
            logResult( 'A changelog entry is required.', 'error' );
            process.exit( 1 );
        }