🐛 fix: disable rich text in markdown editor (#9637)

* clean

* update

* add labs

* fix

* improve

* update

* fix

* hide lab

* improve workflow
This commit is contained in:
Arvin Xu
2025-10-11 09:59:56 +02:00
committed by GitHub
parent 3985c13488
commit 9349ce2d2f
23 changed files with 278 additions and 82 deletions
+10
View File
@@ -0,0 +1,10 @@
const config = require('@lobehub/lint').semanticRelease;
config.plugins.push([
'@semantic-release/exec',
{
prepareCmd: 'npm run workflow:changelog',
},
]);
module.exports = config;