fix(ci): working on release
This commit is contained in:
parent
e4db579063
commit
2e09a8382b
1 changed files with 0 additions and 10 deletions
|
@ -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" },
|
||||
// ],
|
||||
// },
|
||||
//],
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue