mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 09:37:28 +00:00
💥 feat: try 2.0 next
BREAKING CHANGE: starting V2
This commit is contained in:
parent
7f7e571755
commit
e0af4e6c45
1 changed files with 8 additions and 0 deletions
|
|
@ -1,5 +1,13 @@
|
|||
const config = require('@lobehub/lint').semanticRelease;
|
||||
|
||||
config.branches = [
|
||||
'main',
|
||||
{
|
||||
name: 'next',
|
||||
prerelease: true,
|
||||
},
|
||||
];
|
||||
|
||||
config.plugins.push([
|
||||
'@semantic-release/exec',
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue