Skip to content

Commit 8e2de7f

Browse files
committed
Make nightly publish prereleases instead
1 parent 1596248 commit 8e2de7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const config = {
2-
branches: ["stable", { name: "nightly", channel: "beta" }],
2+
branches: ["stable", { name: "nightly", channel: "beta", prerelease: true }],
33
plugins: [
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)