💥 feat: try 2.0 next

BREAKING CHANGE: starting V2
This commit is contained in:
arvinxx
2025-10-30 20:59:48 +08:00
parent 7f7e571755
commit e0af4e6c45

View File

@@ -1,5 +1,13 @@
const config = require('@lobehub/lint').semanticRelease;
config.branches = [
'main',
{
name: 'next',
prerelease: true,
},
];
config.plugins.push([
'@semantic-release/exec',
{