We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83ffea commit af5bf29Copy full SHA for af5bf29
.releaserc
@@ -1,3 +1,6 @@
1
{
2
- "branches": ["main", "next"]
+ "branches": [
3
+ { "name": "main" },
4
+ { "name": "next", "prerelease": true }
5
+ ]
6
}
0 commit comments