Revert "Fix incorrect message for the second commit during release"

This reverts commit b8e62f4394.
This commit is contained in:
Vlado Kuruc 2020-06-29 08:47:59 +02:00
parent 7bf6d9c0e1
commit de63a82acc
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ task ciRelease() {
)
executeGitCommand(
"git commit -m \"${project.property( 'developmentVersion' )}\"",
"git commit -m \"${project.ormVersion.fullName}\"",
"An error occurred during the execution of git commit for the development version change."
)