diff --git a/CHANGELOG.md b/CHANGELOG.md index 94c418c..2d692cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,5 +4,5 @@ ## v1.0.1 -1. 使用 `npm-run-path` 来设置环境变量,避免 -2. `options.cache` 如果没有设置,则在 node_modules/.cache/ci-task-runner 中添加缓存 \ No newline at end of file +1. 使用 `npm-run-path` 来设置环境变量,避免跨平台 bug +2. `options.cache` 如果没有设置,则在 node_modules/.cache/ci-task-runner 中添加缓存 diff --git a/package.json b/package.json index 53e79ff..56e748a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ci-task-runner", "version": "1.0.2", - "description": "在 CI 上运行的、支持增量与多进程并行构建任务调度程序", + "description": "this is a multiprocess building tasks scheduler", "main": "src/index.js", "bin": "bin/ci-task-runner", "scripts": {