Skip to content

Commit

Permalink
fix: Also notify dependabot for private packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-mitchell committed Nov 15, 2020
1 parent 2fa761c commit dbab7a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,11 @@ if (issuePublicRelease) {
'@amanda-mitchell/semantic-release-notify-dependabot',
'@semantic-release/github',
];
} else {
module.exports.plugins = [
'@semantic-release/commit-analyzer',
'@semantic-release/npm',
'@amanda-mitchell/semantic-release-notify-dependabot',
'@semantic-release/github',
];
}

0 comments on commit dbab7a4

Please sign in to comment.