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 1eeeae9 commit 92ec67bCopy full SHA for 92ec67b
package.json
@@ -53,5 +53,8 @@
53
"commitizen": {
54
"path": "./node_modules/cz-conventional-changelog"
55
}
56
+ },
57
+ "publishConfig": {
58
+ "access": "public"
59
60
release.config.js
@@ -2,6 +2,7 @@ module.exports = {
2
plugins: [
3
"@semantic-release/commit-analyzer",
4
"@semantic-release/release-notes-generator",
5
+ '@semantic-release/npm',
6
"@semantic-release/github",
7
],
8
branches: ["main"],
0 commit comments