refactor(cli): use GitHub changelog instead of conventional-changelog (#12139)
* refactor(cli): use GitHub changelog instead of conventional-changelog * chore: revert lock file
This commit is contained in:
@@ -89,14 +89,6 @@ program
|
||||
return buildSite();
|
||||
});
|
||||
|
||||
program
|
||||
.command('changelog')
|
||||
.description('Generate changelog')
|
||||
.action(async () => {
|
||||
const { changelog } = await import('./commands/changelog.js');
|
||||
return changelog();
|
||||
});
|
||||
|
||||
program
|
||||
.command('commit-lint <gitParams>')
|
||||
.description('Lint commit message')
|
||||
|
||||
Reference in New Issue
Block a user