We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d47ea commit 5f8501fCopy full SHA for 5f8501f
.releaserc.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
branches: [
3
{ name: "master" },
4
- { name: "next", channel: "next", prerelease: "alpha" }, // Only after the `next` is created in the repo
+ { name: "next", channel: "next", prerelease: "beta" }, // Only after the `next` is created in the repo
5
],
6
plugins: [
7
"@semantic-release/commit-analyzer",
0 commit comments