Skip to content

Commit c86f14d

Browse files
committed
build: create release channel "next"
1 parent f53f67c commit c86f14d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Release
22

33
on:
44
push:
5-
branches:
6-
- "main"
5+
branches: ["main", "next"]
76

87
env:
98
HUSKY: 0

.releaserc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"branches": [
33
{
44
"name": "main"
5+
},
6+
{
7+
"name": "next",
8+
"channel": "next",
9+
"prerelease": "next"
510
}
611
],
712
"plugins": [

0 commit comments

Comments
 (0)