module.exports = { verifyConditions(config, options, cb) { cb(); }, getLastRelease(config, options, cb) { cb(); }, analyzeCommits(config, options, cb) { cb(); }, verifyRelease(config, options, cb) { cb(); }, generateNotes(config, options, cb) { cb(); }, publish(config, options, cb) { cb(); }, };