-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔧 chore: Add changelog workflow (#4662)
* 🔧 chore: Add changelog workflow * 🔧 chore: Update schema * 🔧 chore: Update schema * 🔧 chore: Update changelog workflow * 🔧 chore: Update changelog json * 🔧 chore: Update changelog * 📝 docs: Update Changelog
- Loading branch information
1 parent
19a0c57
commit 19da5e4
Showing
77 changed files
with
24,850 additions
and
17,184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
module.exports = require('@lobehub/lint').semanticRelease; | ||
const config = require('@lobehub/lint').semanticRelease; | ||
|
||
config.plugins.push([ | ||
'@semantic-release/exec', | ||
{ | ||
prepareCmd: 'npm run workflow:changelog', | ||
}, | ||
]); | ||
|
||
module.exports = config; |
Oops, something went wrong.