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:
neverland
2023-07-31 21:48:11 +08:00
committed by GitHub
parent 8b3ee8723b
commit cac08f88e8
12 changed files with 3 additions and 881 deletions
-8
View File
@@ -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')