Skip to content

Commit 92ec67b

Browse files
committed
feat(release): add npm release
1 parent 1eeeae9 commit 92ec67b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,8 @@
5353
"commitizen": {
5454
"path": "./node_modules/cz-conventional-changelog"
5555
}
56+
},
57+
"publishConfig": {
58+
"access": "public"
5659
}
5760
}

release.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = {
22
plugins: [
33
"@semantic-release/commit-analyzer",
44
"@semantic-release/release-notes-generator",
5+
'@semantic-release/npm',
56
"@semantic-release/github",
67
],
78
branches: ["main"],

0 commit comments

Comments
 (0)