Skip to content

Commit 6ad6bb9

Browse files
committed
feat: add next as prerelease branch
BREAKING CHANGE: New top level api
1 parent 102346d commit 6ad6bb9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
paths-ignore: ["**.md"]
66
push:
7-
branches: ["main"]
7+
branches: ["main", "next"]
88
paths-ignore: ["**.md"]
99

1010
jobs:

.github/workflows/release.yml

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

33
on:
44
workflow_run:
5-
branches: ["main"]
5+
branches: ["main", "next"]
66
workflows: ["CI"]
77
types: [completed]
88

.releaserc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"branches": ["main"]
2+
"branches": [
3+
"main",
4+
{ "name": "next", "channel": "next", "prerelease": true }
5+
]
36
}

0 commit comments

Comments
 (0)