Skip to content

Commit

Permalink
fix: semantic-release config (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode authored Oct 15, 2023
2 parents ea34f2f + b432248 commit 3d34f63
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"publish-demo": "npm run build && cd demo && npm run gh-pages",
"commit": "cz",
"semantic-release": "semantic-release",
"publish": "lerna exec --concurrency 1 -- npx --no-install semantic-release -e semantic-release-monorepo"
"publish": "cd packages/core && npx --no-install semantic-release -e semantic-release-monorepo"
},
"devDependencies": {
"@types/node": "^18.16.3",
Expand Down Expand Up @@ -49,5 +49,13 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
]
},
"version": "0.0.0-development"
}

0 comments on commit 3d34f63

Please sign in to comment.