mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
💥 feat: try 2.0 next
BREAKING CHANGE: starting V2
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
const config = require('@lobehub/lint').semanticRelease;
|
const config = require('@lobehub/lint').semanticRelease;
|
||||||
|
|
||||||
|
config.branches = [
|
||||||
|
'main',
|
||||||
|
{
|
||||||
|
name: 'next',
|
||||||
|
prerelease: true,
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
config.plugins.push([
|
config.plugins.push([
|
||||||
'@semantic-release/exec',
|
'@semantic-release/exec',
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user