Skip to content

Commit

Permalink
Make nightly publish prereleases instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup3rFire committed Mar 29, 2024
1 parent 1596248 commit 8e2de7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const config = {
branches: ["stable", { name: "nightly", channel: "beta" }],
branches: ["stable", { name: "nightly", channel: "beta", prerelease: true }],
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 8e2de7f

Please sign in to comment.