Skip to content

Commit

Permalink
chore(semantic-release): disable success plugins [skip ci]
Browse files Browse the repository at this point in the history
Github/success leaves comments for wrong issues due to pmowrer/semantic-release-monorepo#51 and semantic-release/semantic-release#193
  • Loading branch information
stalniy committed Jul 15, 2018
1 parent cab3f4b commit 3653a80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/semantic-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ module.exports = {
path: '@semantic-release/git',
message: `chore(release): ${PACKAGE_NAME}@\${nextRelease.version} [skip ci]`
}
]
],
success: []
}

0 comments on commit 3653a80

Please sign in to comment.