Skip to content

Commit

Permalink
fix: Update release.config.cjs to set prerelease value for beta channel
Browse files Browse the repository at this point in the history
  • Loading branch information
iPagar committed Feb 13, 2024
1 parent 277b561 commit 98231b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ module.exports = {
{
channel: 'beta',
name: 'beta',
prerelease: true,
range: 'beta.x',
prerelease: 'beta',
},
],
plugins: [
Expand Down

0 comments on commit 98231b1

Please sign in to comment.