Skip to content

Commit

Permalink
fix: prerelease tag to be next
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-in-boots committed Nov 17, 2023
1 parent db30f62 commit 9d69277
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
Expand Up @@ -2,7 +2,7 @@ module.exports = {
branches: [
'main',
'master',
{ name: 'develop', channel: 'next', prerelease: true },
{ name: 'develop', channel: 'next', prerelease: 'next' },
],
plugins: [
'@semantic-release/commit-analyzer',
Expand Down

0 comments on commit 9d69277

Please sign in to comment.