- Follow Conventional Commits
Remember about:
- using
IT
suffix for integration tests - using
Test
suffix for unit tests
If you want to run some tests from your IDE,
you might need to add --add-opens java.base/java.lang=ALL-UNNAMED
JVM param (some tests require it).
Run Maven commands using Maven Release plugin.
mvn release:prepare