Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit e681725

Browse files
chore: add ability to create beta releases [skip ci]
1 parent 2c741fe commit e681725

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.releaserc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"branches": [
3-
"main"
3+
"main",
4+
{
5+
"name": "*",
6+
"channel": "beta",
7+
"prerelease": "beta"
8+
}
49
],
510
"plugins": [
611
[

0 commit comments

Comments
 (0)