- Follow Conventional Commits
Remember about:
- using
ITsuffix for integration tests - using
Testsuffix 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