We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1596248 commit 8e2de7fCopy full SHA for 8e2de7f
release.config.js
@@ -1,5 +1,5 @@
1
const config = {
2
- branches: ["stable", { name: "nightly", channel: "beta" }],
+ branches: ["stable", { name: "nightly", channel: "beta", prerelease: true }],
3
plugins: [
4
"@semantic-release/commit-analyzer",
5
"@semantic-release/release-notes-generator",
0 commit comments