cloudcc-cli 0.4.6 → 0.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
+ # ReleaseV0.4.7
2
+ #### 发布日期:2021-10-19
3
+ #### 发布范围:全量
4
+ #### 发布内容
5
+ * 修复:修复触发构建提示语
6
+
1
7
  # ReleaseV0.4.6
2
- #### 发布日期:2021-10-18
8
+ #### 发布日期:2021-10-19
3
9
  #### 发布范围:全量
4
10
  #### 发布内容
5
11
  * 修复:触发dev地址修复
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudcc-cli",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "cloudcc-cli",
5
5
  "keywords": [
6
6
  "cloudcc",
package/src/publish.js CHANGED
@@ -253,9 +253,7 @@ class Publish {
253
253
  if (trigger) {
254
254
  await get(trigger);
255
255
  console.log();
256
- console.log(chalk.green(type + '版本,成功触发构建!'));
257
- console.log();
258
- console.log(chalk.green(type + '版本,发布完成'));
256
+ console.log(chalk.green(type + '版本,开始构建,请注意查看飞书通知。'));
259
257
  }
260
258
  }
261
259
  }