We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a316de + c86f14d commit d83622dCopy full SHA for d83622d
.github/workflows/release.yml
@@ -2,8 +2,7 @@ name: Release
2
3
on:
4
push:
5
- branches:
6
- - "main"
+ branches: ["main", "next"]
7
8
env:
9
HUSKY: 0
.releaserc.json
@@ -2,6 +2,11 @@
"branches": [
{
"name": "main"
+ },
+ {
+ "name": "next",
+ "channel": "next",
+ "prerelease": "next"
10
}
11
],
12
"plugins": [
0 commit comments