Skip to content

Commit

Permalink
Revert "chore: add next as prerelease"
Browse files Browse the repository at this point in the history
This reverts commit 6e7984b.
  • Loading branch information
imLymei committed Sep 16, 2024
1 parent 6e7984b commit f2855ab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@
* @type {import('semantic-release').GlobalConfig}
*/
export default {
branches: [
'master',
{ name: 'next', prerelease: true },
{ name: 'beta', prerelease: true },
],
branches: ['master', 'next', { name: 'beta', prerelease: true }],
};

0 comments on commit f2855ab

Please sign in to comment.