From e49b49793b5832ba084b49b81bd2f13bb636301c Mon Sep 17 00:00:00 2001 From: Hangoo Kang Date: Tue, 10 Feb 2026 21:38:26 +0900 Subject: [PATCH] docs: fix broken Spring Boot dependency link --- RELEASE_PROCESS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 967102e..1adb688 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -4,7 +4,7 @@ 2. Make a release branch by `git switch -c release/va.b.c`. 3. Make a prepare commit. - Remove `-SNAPSHOT` postfix of `gradle.properties`. - - 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). + - 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/platform/spring-boot-dependencies/build.gradle). - Update [CHANGELOG](./CHANGELOG.md). - Commit message: `Prepare for va.b.c`. 4. Install to local by `./gradlew clean build install --no-build-cache`. Test it with example projects.