Skip to content

Commit bbab3de

Browse files
committed
chore: 🤖 add semantic-release configs
1 parent abf07b7 commit bbab3de

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,5 +205,24 @@
205205
]
206206
}
207207
}
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+
"@semantic-release/changelog",
224+
"@semantic-release/npm",
225+
"@semantic-release/git"
226+
]
208227
}
209228
}

0 commit comments

Comments
 (0)