feat!: setup next branch for v11 alpha releases

BREAKING CHANGE: This sets up the next branch for v11.x alpha/preview releases with semantic-release configuration
This commit is contained in:
Yang Jun
2026-07-07 22:17:20 +08:00
parent 7ab49f999a
commit a8a09d5a6d
2 changed files with 8 additions and 7 deletions
+7 -1
View File
@@ -122,7 +122,13 @@
"commander": "^10.0.0"
},
"release": {
"branch": "master",
"branches": [
"master",
{
"name": "next",
"prerelease": "alpha"
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",