We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a3ec5 commit a3e4fa9Copy full SHA for a3e4fa9
.releaserc.js
@@ -3,8 +3,8 @@ module.exports = {
3
plugins: [
4
"@semantic-release/commit-analyzer",
5
"@semantic-release/release-notes-generator",
6
+ ["@semantic-release/npm", { npmPublish: false }],
7
["@semantic-release/npm", { npmPublish: true, pkgRoot: "dist" }],
- ["@semantic-release/npm", { npmPublish: false, pkgRoot: "." }],
8
"@semantic-release/github",
9
[
10
"@semantic-release/git",
0 commit comments