Semantic Release does not show the commit message or update the gradle.properties file in the Gradle project
I enabled Semantic Release for my Spring Boot Gradle project. From GitLab, I see that a version was released, but on the main branch, I don’t see the commit message generated by Semantic Release, and the gradle.properties file has not been updated
I expect to see the commit message generated to main by semantic release, and also version updated in gradle.properties file