File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Before you make a release, follow this checklist:
3434* Are you using the latest milestone/release candidate/release of Spring Framework? If not, upgrade. (Don't forget `spring-buildsnapshot` profile.)
3535* Are you using the latest milestone/release candidate/release of Spring Security? If not, upgrade. (Don't forget `spring-buildsnapshot` profile.)
3636* Are you setup with the right version of Java? If not switch. (Java 17 for 4.0+, Java 8 for everything else.)
37+ * Have you run ALL test scenarios? (Don't forget `testing` profile.)
3738* Is it time to switch from milestone to release candidate? Or from release candidate to release?
3839
3940NOTE: The _actual_ building and releasing is done on CI inside a Docker container, ensuring little risk between versions of Java.
@@ -55,8 +56,8 @@ But part of the release process requires a local check, which DOES depend upon y
55563. Verify this builds locally and passes all tests.
5657+
5758----
58- % ./mvnw clean package
59- % ./mvnw -Pspring-buildsnapshot clean package
59+ % ./mvnw -Ptesting clean test
60+ % ./mvnw -Pspring-buildsnapshot,testing clean test
6061----
6162+
62634. Push the tagged version to the release branch.
You can’t perform that action at this time.
0 commit comments