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 abf07b7 commit bbab3deCopy full SHA for bbab3de
package.json
@@ -205,5 +205,24 @@
205
]
206
}
207
208
+ },
209
+ "release": {
210
+ "branches": [
211
+ "master",
212
+ {
213
+ "name": "next",
214
+ "prerelease": true
215
+ }
216
+ ],
217
+ "prepare": [
218
+ "@semantic-release/changelog",
219
+ "@semantic-release/npm",
220
+ "@semantic-release/git"
221
222
+ "verifyConditions": [
223
224
225
226
+ ]
227
228
0 commit comments