fix(ci): working on release

This commit is contained in:
D. Moonfire 2022-07-13 22:56:15 -05:00
parent e4db579063
commit 2e09a8382b

View file

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