You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_PROCESS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
2. Make a release branch by `git switch -c release/va.b.c`.
5
5
3. Make a prepare commit.
6
6
- Remove `-SNAPSHOT` postfix of `gradle.properties`.
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).
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/platform/spring-boot-dependencies/build.gradle).
8
8
- Update [CHANGELOG](./CHANGELOG.md).
9
9
- Commit message: `Prepare for va.b.c`.
10
10
4. Install to local by `./gradlew clean build install --no-build-cache`. Test it with example projects.
0 commit comments