chore: Add support for next release branch (#2354)
This commit is contained in:
committed by
dermotduffy
parent
7dbf058ab2
commit
d90b062719
@@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- next
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
||||
@@ -98,6 +98,14 @@
|
||||
"vitest-mock-extended": "^1.3.1"
|
||||
},
|
||||
"release": {
|
||||
"branches": [
|
||||
"main",
|
||||
{
|
||||
"name": "next",
|
||||
"channel": "next",
|
||||
"prerelease": "rc"
|
||||
}
|
||||
],
|
||||
"plugins": [
|
||||
[
|
||||
"@semantic-release/commit-analyzer",
|
||||
|
||||
Reference in New Issue
Block a user