UNPKG

309 BJavaScriptView Raw
1module.exports = {
2 plugins: [
3 "@semantic-release/commit-analyzer",
4 "@semantic-release/release-notes-generator",
5 ["@semantic-release/github", {}],
6 ["@semantic-release/changelog", {
7 "changelogFile": "CHANGELOG.md",
8 }],
9 "@semantic-release/git",
10 "@semantic-release/npm",
11 ]
12};
\No newline at end of file