mirror of
https://github.com/lobehub/lobe-chat.git
synced 2025-12-20 01:12:52 +08:00
11 lines
193 B
JavaScript
11 lines
193 B
JavaScript
const config = require('@lobehub/lint').semanticRelease;
|
|
|
|
config.plugins.push([
|
|
'@semantic-release/exec',
|
|
{
|
|
prepareCmd: 'npm run workflow:changelog',
|
|
},
|
|
]);
|
|
|
|
module.exports = config;
|