Update .releaserc
This commit is contained in:
parent
f746ee4dfc
commit
41e468ffa2
1 changed files with 3 additions and 2 deletions
|
@ -11,8 +11,9 @@
|
||||||
"dryRun": false,
|
"dryRun": false,
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@semantic-release/commit-analyzer",
|
"@semantic-release/commit-analyzer",
|
||||||
"@semantic-release/release-notes-generator",
|
"@semantic-release/changelog",
|
||||||
"@semantic-release/git",
|
"@semantic-release/git",
|
||||||
"@semantic-release/github"
|
"@semantic-release/github",
|
||||||
|
"@semantic-release/npm"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue