Further information can be found in the sub projects.
Releases are triggered locally. Just a tag will be pushed and CI pipelines take care of the rest.
Run ./gradlew final -Prelease.scope=major
locally.
Run ./gradlew final -Prelease.scope=minor
locally.
Must be executed from a release branch like release/3.0.x
.
Run ./gradlew final -Prelease.scope=patch
locally to create a patch.