Skip to content

Commit

Permalink
chore: disable commenting on issues and pull requests on release
Browse files Browse the repository at this point in the history
Because of the monorepo structure, `semantic-release-monorepo` cannot
determine which pull-requests and issues are supposed to be commented on
each commit. More info on pmowrer/semantic-release-monorepo#51
  • Loading branch information
GabeDuarteM committed Mar 29, 2020
1 parent 0a72ada commit 2427fc4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ module.exports = {
'chore(release): ${nextRelease.gitTag} [skip ci]\n\n${nextRelease.notes}',
},
],
'@semantic-release/github',
[
'@semantic-release/github',
{
successComment: false,
failComment: false,
},
],
],
}

0 comments on commit 2427fc4

Please sign in to comment.