RELEASING.md
releases/5.12.x)version in gradle.properties to the versions about to be releasedREADME.MD./gradlew --no-build-cache --no-configuration-cache clean build jreleaserDeploygit tag -s -m ${VERSION} r${VERSION}version in gradle.properties on release branch to new development versions and commit with message "Back to snapshots for further development" or similargit push --set-upstream --follow-tags origin HEADgh workflow run --ref r${VERSION} -f releaseVersion=${VERSION} -f deploymentId=${DEPLOYMENT_ID} release.yml
main and push to GitHubaccepted-breaking-changes.csv (if it exists), change previousVersion in gradle.properties to x.y.0 on the release branch, and commit with message "Update API baseline and clear accepted breaking changes"main and push to GitHubmain and resolve the conflict in gradle.properties by choosing the version of the main branchaccepted-breaking-changes.csv (if it exists), change previousVersion in gradle.properties to x.y.z on the release branch, and commit with message "Update API baseline and clear accepted breaking changes"main if not already present