chore(cli): add changelog template files

This commit is contained in:
陈嘉涵
2019-12-28 22:11:39 +08:00
parent 4377a1f3aa
commit 2299879dff
7 changed files with 39 additions and 38 deletions

View File

@@ -23,9 +23,7 @@ command('build')
command('release').action(release);
command('changelog <dir>')
.option('--tag [tag]', 'Since tag')
.action(changelog);
command('changelog').action(changelog);
command('build-site').action(buildSite);