refactor: remove unnecessary default of addChannel plugin

This commit is contained in:
Pierre Vanduynslager 2018-12-14 18:24:47 -05:00
parent 47484f5eb2
commit aa48514f85

View File

@ -78,7 +78,6 @@ module.exports = {
}),
},
addChannel: {
default: ['@semantic-release/npm', '@semantic-release/github'],
required: false,
dryRun: false,
outputValidator: output => !output || isPlainObject(output),