mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore(cli): optimize changelog build speed
This commit is contained in:
parent
50fe1743a8
commit
8ee74beab2
@ -70,7 +70,7 @@
|
|||||||
"@babel/preset-env": "^7.5.5",
|
"@babel/preset-env": "^7.5.5",
|
||||||
"@babel/preset-typescript": "^7.3.3",
|
"@babel/preset-typescript": "^7.3.3",
|
||||||
"@types/jest": "^24.0.16",
|
"@types/jest": "^24.0.16",
|
||||||
"@vant/cli": "^1.0.2",
|
"@vant/cli": "^1.0.3",
|
||||||
"@vant/doc": "^2.5.1",
|
"@vant/doc": "^2.5.1",
|
||||||
"@vant/eslint-config": "^1.2.5",
|
"@vant/eslint-config": "^1.2.5",
|
||||||
"@vant/markdown-loader": "^2.2.0",
|
"@vant/markdown-loader": "^2.2.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@vant/cli",
|
"name": "@vant/cli",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "vant cli tools",
|
"description": "vant cli tools",
|
||||||
"main": "./src/index.js",
|
"main": "./src/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -14,7 +14,8 @@ function changelog(dist, cmd) {
|
|||||||
--enhancement-label "**Breaking changes**" \
|
--enhancement-label "**Breaking changes**" \
|
||||||
--issues-label "**Issue**" \
|
--issues-label "**Issue**" \
|
||||||
--pr-label "**Improvements**" \
|
--pr-label "**Improvements**" \
|
||||||
--no-issues \
|
--max-issues 0 \
|
||||||
|
--no-author
|
||||||
--no-unreleased \
|
--no-unreleased \
|
||||||
--since-tag ${tag} \
|
--since-tag ${tag} \
|
||||||
-o ${path.join(basepath, dist)}
|
-o ${path.join(basepath, dist)}
|
||||||
|
@ -1184,10 +1184,10 @@
|
|||||||
lodash.unescape "4.0.1"
|
lodash.unescape "4.0.1"
|
||||||
semver "5.5.0"
|
semver "5.5.0"
|
||||||
|
|
||||||
"@vant/cli@^1.0.2":
|
"@vant/cli@^1.0.3":
|
||||||
version "1.0.2"
|
version "1.0.3"
|
||||||
resolved "https://registry.yarnpkg.com/@vant/cli/-/cli-1.0.2.tgz#42b12120c2fa0c97b15e8bca5eef453f22bb8e2b"
|
resolved "https://registry.yarnpkg.com/@vant/cli/-/cli-1.0.3.tgz#4df8e2263fb453929ee9f1cb2f2c00e163c67131"
|
||||||
integrity sha512-TvRoeorDGdwJbXbZQCsd5bfF2UcSPkGKEgpiZfpK0rt+dCEyYRHIACRcDyy8X3lmByJFlxvnuodxwNtzQKTC5g==
|
integrity sha512-aVAqtlQ1Nnnm54DjVdf9lEhFyxfyDSS346xx10dfgvR+XZMNNq/GBkQKCPNCtBJd+89z2O8Z+3u/yr2kfjwQxw==
|
||||||
dependencies:
|
dependencies:
|
||||||
commander "^2.17.1"
|
commander "^2.17.1"
|
||||||
husky "^3.0.4"
|
husky "^3.0.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user