cloudcc-cli 1.1.1 → 1.1.2

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,3 +1,10 @@
1
+ # ReleaseV1.1.2
2
+ #### 发布日期:2022-6-21
3
+ #### 发布范围:全量
4
+ #### 发布内容
5
+ * 修复
6
+ * lightning-web的master分支开放生成readme文件
7
+
1
8
  # ReleaseV1.1.1
2
9
  #### 发布日期:2022-6-17
3
10
  #### 发布范围:全量
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudcc-cli",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "cloudcc-cli",
5
5
  "keywords": [
6
6
  "cloudcc",
@@ -91,14 +91,14 @@ class Publish {
91
91
  outPath = projectConfig.config["doc-path"];
92
92
  }
93
93
  // lightning的Release禁止生成Readme文档
94
- if (!(Object.is("CloudCC", projectConfig.name) && Object.is("Release", condition.type))) {
95
- try {
96
- // 设置readme文件位置
97
- change("README", outPath);
98
- } catch (error) {
99
- console.log(chalk.red("README写入异常:" + error))
100
- }
94
+ // if (!(Object.is("CloudCC", projectConfig.name) && Object.is("Release", condition.type))) {
95
+ try {
96
+ // 设置readme文件位置
97
+ change("README", outPath);
98
+ } catch (error) {
99
+ console.log(chalk.red("README写入异常:" + error))
101
100
  }
101
+ // }
102
102
 
103
103
  try {
104
104
  // 7:写入版本信息