Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit f6dea15

Browse files
fix: add next to release branches
1 parent 6659d6e commit f6dea15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"branch": "main",
2+
"branches": ["main", "next"],
33
"tagFormat": "v${version}",
44
"verifyConditions": [
55
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"access": "public"
88
},
99
"release": {
10-
"branches": ["main"]
10+
"branches": ["main", "next"]
1111
},
1212
"scripts": {
1313
"build": "make build",

0 commit comments

Comments
 (0)