diff --git a/release.config.js b/release.config.js index 2614810..7e45c4d 100644 --- a/release.config.js +++ b/release.config.js @@ -12,7 +12,6 @@ module.exports = { preset: "conventionalcommits", }, ], - "@semantic-release/release-notes-generator", "@semantic-release/npm", [ "@semantic-release/exec", @@ -22,14 +21,5 @@ module.exports = { ], "@semantic-release/changelog", "@semantic-release/git", - //[ - // "@semantic-release/gitlab", - // { - // assets: [ - // { path: "*.epub", label: "EPUB2", type: "other" }, - // { path: "*.pdf", label: "PDF", type: "other" }, - // ], - // }, - //], ], };