fix(ci): add new logging feature
This commit is contained in:
parent
0d643be817
commit
3b960916cc
2 changed files with 9 additions and 1 deletions
9
.releaserc
Normal file
9
.releaserc
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"plugins": [
|
||||||
|
"@semantic-release/commit-analyzer",
|
||||||
|
"@semantic-release/release-notes-generator",
|
||||||
|
"@semantic-release/changelog",
|
||||||
|
"@semantic-release/npm",
|
||||||
|
"@semantic-release/git"
|
||||||
|
],
|
||||||
|
}
|
|
@ -1 +0,0 @@
|
||||||
package-lock=true
|
|
Loading…
Add table
Reference in a new issue