chore: Add support for next release branch (#2354)

This commit is contained in:
Dermot Duffy
2026-02-16 14:58:19 -08:00
committed by GitHub
parent b1467dc4bd
commit 3ecd7eba3b
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ on:
push:
branches:
- main
- next
workflow_dispatch:
permissions:
+8
View File
@@ -98,6 +98,14 @@
"vitest-mock-extended": "^1.3.1"
},
"release": {
"branches": [
"main",
{
"name": "next",
"channel": "next",
"prerelease": "rc"
}
],
"plugins": [
[
"@semantic-release/commit-analyzer",