Skip to content

Commit 62c7c54

Browse files
committed
Polishing.
1 parent a9977a0 commit 62c7c54

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3940
NOTE: 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
5556
3. 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
+
6263
4. Push the tagged version to the release branch.

0 commit comments

Comments
 (0)