cloudcc-cli 1.4.5 → 1.4.6

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.4.6
2
+ #### 发布日期:2023-8-3
3
+ #### 发布范围:全量
4
+ #### 发布内容
5
+ * 迭代
6
+ * 优化H5打包生成version格式
7
+
1
8
  # ReleaseV1.4.5
2
9
  #### 发布日期:2023-8-2
3
10
  #### 发布范围:全量
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudcc-cli",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "description": "cloudcc-cli",
5
5
  "keywords": [
6
6
  "cloudcc",
@@ -198,11 +198,11 @@ class Publish {
198
198
  <div style="font-size: 20px">
199
199
  <div>${projectConfig.name}</div>
200
200
  <div style="margin-left:48px">
201
- <div>分支:${branch}</div>
202
- <div>版本号:${version}</div>
203
- <div>提交Hash:${gitCommitVersion}</div>
204
- <div>发布时间:${dayjs().format('YYYY-MM-DD HH:mm:ss')}</div>
205
- <div>发布人员:${this.user}</div>
201
+ <div>版本:${version}</div>
202
+ <div>时间:${dayjs().format('YYYY-MM-DD HH:mm:ss')}</div>
203
+ <div>人员:${this.user}</div>
204
+ <div>分支:${branch}</div>
205
+ <div>标签:${type}</div>
206
206
  </div>
207
207
  </div>
208
208
  </body>