chore(cli): optimize changelog build speed

This commit is contained in:
陈嘉涵
2019-08-23 17:52:11 +08:00
parent 50fe1743a8
commit 8ee74beab2
4 changed files with 8 additions and 7 deletions

View File

@@ -14,7 +14,8 @@ function changelog(dist, cmd) {
--enhancement-label "**Breaking changes**" \
--issues-label "**Issue**" \
--pr-label "**Improvements**" \
--no-issues \
--max-issues 0 \
--no-author
--no-unreleased \
--since-tag ${tag} \
-o ${path.join(basepath, dist)}