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 f04c1a5 commit 51fe842Copy full SHA for 51fe842
package.json
@@ -116,5 +116,23 @@
116
},
117
"lint-staged": {
118
"*.js": "eslint"
119
+ },
120
+ "release": {
121
+ "plugins": [
122
+ "@semantic-release/commit-analyzer",
123
+ "@semantic-release/release-notes-generator",
124
+ "@semantic-release/npm",
125
+ "@semantic-release/github"
126
+ ],
127
+ "branches": [
128
+ "v6",
129
+ {
130
+ "name": "v7",
131
+ "prerelease": "alpha"
132
+ }
133
+ ]
134
135
+ "publishConfig": {
136
+ "tag": "alpha"
137
}
138
0 commit comments