We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6252e1 commit a94ab9eCopy full SHA for a94ab9e
1 file changed
package.json
@@ -82,5 +82,19 @@
82
},
83
"files": [
84
"dist"
85
- ]
+ ],
86
+ "release": {
87
+ "branches": [
88
+ "master"
89
90
+ "plugins": [
91
+ "@semantic-release/commit-analyzer",
92
+ "@semantic-release/release-notes-generator",
93
+ "@semantic-release/npm",
94
+ "@semantic-release/github"
95
+ ]
96
+ },
97
+ "publishConfig": {
98
+ "access": "public"
99
+ }
100
}
0 commit comments