Skip to content

Commit 8d9c2fd

Browse files
committed
* [ci] bump 3.3.0
1 parent 4373b5b commit 8d9c2fd

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ jobs:
3838
go install github.com/kevinburke/go-bindata/v4/...@latest
3939
- name: Release
4040
run: |
41-
cd ui && yarn install && cd ..
42-
cd client && yarn install && cd ..
4341
make prepare
44-
make compile_ui
45-
- name: Release
46-
run: |
47-
make default
42+
make server
43+
4844

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# CHANGELOG.md
22

3-
## 3.3.0-beta.3 (2024-08-29)
3+
## 3.3.0 (2024-08-26)
4+
5+
- [3.3.0-beta.3](#330-beta3-2024-08-26)
6+
- [3.3.0-beta.2](#330-beta2-2024-08-14)
7+
- [3.3.0-beta.1](#330-beta1-2024-08-05)
8+
9+
## 3.3.0-beta.3 (2024-08-26)
410

511
- 优化部分异常情况下错误提示
612
- 新增login子命令排查ztf命令行与禅道通信问题

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0-beta.3
1+
3.3.0

0 commit comments

Comments
 (0)