Skip to content

Commit

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

0 comments on commit 6e7984b

Please sign in to comment.