cloudcc-cli 0.8.4 → 0.8.5

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
+ # ReleaseV0.8.5
2
+ #### 发布日期:2021-11-25
3
+ #### 发布范围:全量
4
+ #### 发布内容
5
+ * 优化
6
+ * RC加入升级第二位version
7
+
1
8
  # ReleaseV0.8.4
2
9
  #### 发布日期:2021-11-25
3
10
  #### 发布范围:全量
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudcc-cli",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "cloudcc-cli",
5
5
  "keywords": [
6
6
  "cloudcc",
@@ -5,10 +5,10 @@
5
5
  * @returns 新的版本号
6
6
  */
7
7
  // 需要更新第二位
8
- const updateSecond = ["Release"];
8
+ const updateSecond = ["Release", "GA"];
9
9
 
10
10
  // 需要更新第三位
11
- const updateLast = ["Dev", "uat", "GA", "RC"];
11
+ const updateLast = ["Dev", "uat", "RC"];
12
12
 
13
13
  function change(version, type) {
14
14
  if (version) {