Skip to content

Commit 5c67d34

Browse files
authored
chore: fix workflow and readme branch name (#4088)
1 parent d9d9be6 commit 5c67d34

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
push:
44
branches:
55
- 2023.x
6-
- 2025.x
6+
- 2025.0.x
77
pull_request:
88
branches:
99
- 2023.x
10-
- 2025.x
10+
- 2025.0.x
1111
jobs:
1212
deploy-docker-image:
1313
runs-on: ubuntu-latest

.github/workflows/md-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- '**/*.md'
1313
- '**/link-check.yml'
1414
pull_request:
15-
branches: [2023.x, 2025.x, "release/**"]
15+
branches: [2023.x, 2025.0.x, "release/**"]
1616
paths:
1717
- '**/*.md'
1818
- '**/link-check.yml'

README-zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Spring Cloud Alibaba 致力于提供微服务开发的一站式解决方案。
5151
更多组件请参考 [Roadmap](https://github.com/alibaba/spring-cloud-alibaba/blob/2023.x/Roadmap-zh.md)
5252

5353
## 如何构建
54-
* 2025.x 分支对应的是 Spring Cloud 2025 与 Spring Boot 3.5.x,最低支持 JDK 17。
54+
* 2025.0.x 分支对应的是 Spring Cloud 2025.0.x 与 Spring Boot 3.5.x,最低支持 JDK 17。
5555
* 2023.x 分支对应的是 Spring Cloud 2023 与 Spring Boot 3.2.x,最低支持 JDK 17。
5656
* 2022.x 分支对应的是 Spring Cloud 2022 与 Spring Boot 3.0.x,最低支持 JDK 17。
5757
* 2021.x 分支对应的是 Spring Cloud 2021 与 Spring Boot 2.6.x,最低支持 JDK 1.8。
@@ -121,7 +121,7 @@ Example 列表:
121121
* 2021.x 版本适用于 Spring Boot 2.6.x
122122
* 2022.x 版本适用于 Spring Boot 3.0.x
123123
* 2023.x 版本适用于 Spring Boot 3.2.x
124-
* 2025.x 版本适用于 Spring Boot 3.5.x
124+
* 2025.0.x 版本适用于 Spring Boot 3.5.x
125125

126126
## 社区交流
127127

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In addition to the above-mentioned features, for the needs of enterprise users'
5050
For more features please refer to [Roadmap](https://github.com/alibaba/spring-cloud-alibaba/blob/2023.x/Roadmap.md).
5151

5252
## How to build
53-
* **2025.x branch**: Corresponds to Spring Cloud 2025 & Spring Boot 3.5.x, JDK 17 or later versions are supported.
53+
* **2025.0.x branch**: Corresponds to Spring Cloud 2025.0.x & Spring Boot 3.5.x, JDK 17 or later versions are supported.
5454
* **2023.x branch**: Corresponds to Spring Cloud 2023 & Spring Boot 3.2.x, JDK 17 or later versions are supported.
5555
* **2022.x branch**: Corresponds to Spring Cloud 2022 & Spring Boot 3.0.x, JDK 17 or later versions are supported.
5656
* **2021.x branch**: Corresponds to Spring Cloud 2021 & Spring Boot 2.6.x. JDK 1.8 or later versions are supported.
@@ -112,7 +112,7 @@ As the interfaces and annotations of Spring Boot 1 and Spring Boot 2 have been c
112112
* 2021.x for Spring Boot 2.6.x
113113
* 2022.x for Spring Boot 3.0.x
114114
* 2023.x for Spring Boot 3.2.x
115-
* 2025.x for Spring Boot 3.5.x
115+
* 2025.0.x for Spring Boot 3.5.x
116116

117117
## Code of Conduct
118118
This project is a sub-project of Spring Cloud, it adheres to the Contributor Covenant [code of conduct](https://sca.aliyun.com/en-us/community/developer/contributor-guide/new-contributor-guide_dev/). By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

0 commit comments

Comments
 (0)