Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down