Skip to content

Commit 5f8501f

Browse files
committed
fix: release semrel
1 parent 06d47ea commit 5f8501f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
branches: [
33
{ name: "master" },
4-
{ name: "next", channel: "next", prerelease: "alpha" }, // Only after the `next` is created in the repo
4+
{ name: "next", channel: "next", prerelease: "beta" }, // Only after the `next` is created in the repo
55
],
66
plugins: [
77
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)