Skip to content

Commit

Permalink
refactor: remove unnecessary default of addChannel plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Dec 14, 2018
1 parent 47484f5 commit aa48514
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/definitions/plugins.js
Expand Up @@ -78,7 +78,6 @@ module.exports = {
}),
},
addChannel: {
default: ['@semantic-release/npm', '@semantic-release/github'],
required: false,
dryRun: false,
outputValidator: output => !output || isPlainObject(output),
Expand Down

0 comments on commit aa48514

Please sign in to comment.