mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 09:37:28 +00:00
10 lines
193 B
JavaScript
10 lines
193 B
JavaScript
const config = require('@lobehub/lint').semanticRelease;
|
|
|
|
config.plugins.push([
|
|
'@semantic-release/exec',
|
|
{
|
|
prepareCmd: 'npm run workflow:changelog',
|
|
},
|
|
]);
|
|
|
|
module.exports = config;
|