Skip to content

Commit 988f212

Browse files
committed
Update readme, release process for latest releases
Signed-off-by: Taeik Lim <[email protected]>
1 parent ab22717 commit 988f212

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ Java
169169

170170
## User Guide
171171

172+
- 1.2.x
173+
- [Korean](https://github.com/naver/spring-batch-plus/tree/main/doc/ko)
174+
- [English](https://github.com/naver/spring-batch-plus/tree/main/doc/en)
172175
- 1.1.x
173176
- [Korean](https://github.com/naver/spring-batch-plus/tree/1.1.x/doc/ko)
174177
- [English](https://github.com/naver/spring-batch-plus/tree/1.1.x/doc/en)
@@ -184,7 +187,6 @@ Java
184187
### Prerequisites
185188

186189
- Jdk 17 or higher
187-
- Kotlin 1.5 or higher
188190

189191
### Build
190192

RELEASE_PROCESS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
2. Make a release branch by `git switch -c release/va.b.c`.
55
3. Make a prepare commit.
66
- Remove `-SNAPSHOT` postfix of `gradle.properties`.
7-
- Update compatibility, example, ... of `README.md`. Boot starter compatibility can be checked in [here](https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-dependencies/build.gradle).
7+
- Update compatibility, example, user guide, ... of `README.md`. Boot starter compatibility can be checked in [here](https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-dependencies/build.gradle).
88
- Update [CHANGELOG](./CHANGELOG.md).
99
- Commit message: `Prepare for va.b.c`.
1010
4. Install to local by `./gradlew clean build install --no-build-cache`. Test it with example projects.

0 commit comments

Comments
 (0)