Files
lobe-chat/.releaserc.cjs
T

11 lines
193 B
JavaScript
Raw Normal View History

2024-11-26 14:48:06 +08:00
const config = require('@lobehub/lint').semanticRelease;
config.plugins.push([
'@semantic-release/exec',
{
prepareCmd: 'npm run workflow:changelog',
},
]);
module.exports = config;